Duration: 2 Day Sprint
This is a simple application for adding and saving tasks to a list where you can later mark them as complete or delete them if needed.
- Node.js
- List other prerequisites here
- Create a database named
weekend-to-do-app
, - The queries in the
database.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 you will need to make sure to have that installed. We recommend using Postico to run those queries as that was used to create the 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!
- Enter a task and a brief description into the text fields at the top of the page
- Click 'Add' to post the task to the list
- Click the checkbox in the 'Done' column to mark a task complete
- Clicking a 'Delete' button removes that row from the list
- JavaScript
- jQuery
- ExpressJS
- nodejs
- postgresql
Thanks to Prime Digital Academy who equipped and helped me to make this application a reality. Thanks Mo for inspiring some extra styling.
If you have suggestions or issues, please email me at myemail@giuno.com