- To learn functional components
- To further understand Hooks
- To learn how to get data from a SQL data base using Express and React
- Learn how to deploy a PERN app on Heroku
- Add to the application to further solidify understanding of functional components
- Have list refresh/revalidate when a new task is added without manually reloading page.
- Clone app onto your machine
- Open directory in your terminal
- Cd into server and run 'node index'
- In another terminal tab, cd into client
- In client run 'npm start'
- When asked to run client on another port respond with 'Y'
- Make sure you have your PostgreSQL server running