Mase Santos
Duration: Weekend Sprint
This application serves as a minimalist task manager, with a generally monochromatic blue scheme for a calming experience. With this application, a user can CREATE new tasks in the task manager, READ all tasks in the database, UPDATE tasks to mark them as "Done," and DELETE tasks should they want to. This application was created over a weekend sprint, in order to show knowledge in JavaScript, jQuery SQL, Node, and Express.
- Set-up 'weekend-to-do-app' DB using the provided SQL file
- npm intall
- npm start
- Add tasks via the inputs at the top of the page
- When a task is done, mark is as so with the check [✓] mark
- To remove a task entirely, simply click the "Delete" button of the task you wish to remove
- JavaScript
- jQuery
- Node.js
- Express.js
- PostgreSQL/Postico
Thank you to my instructors Mary and Dev, as well as the Paxos cohort at Prime Digital Academy!!