Complete a to do list app deployed to heroku.
Create a full stack to do list web app and make tutorials about what your learn. Goals
- Learn how front end and back end connect.
- Learn how to dissect a new problem/challenge.
- Go through the whole process of creating and deploying a working app in a week.
- Level the project correctly into stretch zone (Goldilocks Status: Achievement Unlocked)
The App: As a user...
- I can create to do list items.
- I can delete unwanted to do list items.
- I can check items off as completed.
- I can edit the text on existing to do's.
- Create the back end using node and express.
- Create a database of to do list items.
- Follow good Git team behaviors (do all your work on branches & submit pull requests for review before merging to master)
- The artifact produced is properly licensed, preferably with the MIT license.
- I can create mulitple lists of to do's.
- I can log into my account.
- Write the app using ES6 and deploy using babel.
- Deploy the app to heroku.
- JS Lint finds no mistakes.
- I can rearrange to do list items.

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.