WEEKEND SQL TO DO LIST
_Duration: 10 hours
This is a 'TO DO' application that allows the user to create a task, which is added and stored in a database. There are options to check the task as completed, to uncheck it, and delete it from the list.
Software that is required to install.
- [Node.js] - install in terminal
- [express] - install in terminal
- [pg] - install in terminal
- [moment] - install in terminal
- 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
- this will installexpress
,node.js
,jQuery
,moment
andpg
. - Input in the package.json
"start": "node server/server.js"
- under scripts. - Run
npm start
in your terminal. - Open localhost:5000 in your browswer to use the application.
- Input your todo tasks into the input box - they will display on the DOM.
- When a task is completed, check the marked box on the far left. - There will be a display change to recognize the task has been checked - and the date and time that you have completed the task will display.
- If you accidentally check a task as completed, but have not completed it, click the check marked box again and it will return to an incomplete status.
- When you want to remove a task from the list, there is a delete button on the fart right to press and a safety catch if you accidentally press it to ensure you mean to remove it.
List technologies and frameworks here
- jQuery
- javaScript
- HTML/CSS
- Bootstrap
- Sweetalert
- moment
- node
- express
- pg
- SQL
Thank you to Josie, for being my coding buddy. Thank you to Steven and James for supporting me and answering my questions as well. My Vatti team this week, thank you to Brady and Julian, and again, Josie for working through this process together. Thanks to Prime Digital Academy who equipped and helped me to make this application a reality. Special thanks to my primary instructor, Mary Mossman -Josie Fredericksen -Brady Baker -Julian Booher -Steven Maloney -James Posey
If you have suggestions or issues, please reach out to me on linkedIn [https://www.linkedin.com/in/kimberly-orchard-she-her/]