Weekend SQL To Do React App
2 Week Sprint_
This is a SQL To-Do List application for adding to your list of things needed to do. It takes in various inputs and adds them to the database. You can complete and delete tasks as you see fit. It will update you check your task done.
- Node.js
- Axios
- React
- Postgres
- Postico
- Created a database named
weekend-to-do-app
, - The queries in the
tables.sql
file are set up to create all the necessary tables and populate the needed data to allow the application to run correctly. The project is built on Postgres, so make sure to have that installed. Use Postico to run those queries. - Open up your editor of choice and run an
npm install
- Run
npm run server
in your terminal - Run
npm run client
in your terminal - The
npm run client
command will open up a new browser tab for you!
How does someone use this application? Tell a user story here.
- Type a description of a task
- Type in how many minutes it will take to complete the task
- Click the "submit" button or press enter
- Click the "check done" button if you completed the task
- Click the "check done" button TWICE if you have not completed the task
- The to-do list will show all of your tasks and if you have completed them or not
- Click the "delete" button to get rid of the task completely
- Node.js
- Axios
- React
- Postgres
- Postico
Thanks to Prime Digital Academy who equipped and helped me to make this application a reality. Thank you Chris, Marc, and my tanzanite team!
If you have suggestions or issues, please email me at juliegonzalezkincaid@gmail.com