https://pacific-mesa-82379.herokuapp.com/
Welcome to the Gol Web App, where you can create the only to-do list you'll ever need. Live, on Heroku!
STACK: to-do app built with Express, Node, and SQL
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 rearrange to do list items.
- I can log into my account.
- I can edit the text on existing to do's.
- Visitors can sign up, sign in and sign out.
- Logged in users can CRUD to do list items on their one and only to do list.
- Logged in users can order to do list items.
- Deploy the app to heroku.
- JS Hint finds no mistakes
- Follow good Git team behaviors (do all your work on branches & submit pull requests for review before merging to master)
- Write all code in ES2016.
- The artifact produced is properly licensed, preferably with the MIT license.
- Logged in users can search their to do list items
Do this to allow dev dependencies to be installed on heroku So we can build babel when we deploy
heroku config:set NPM_CONFIG_PRODUCTION=false

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