The Assignment Tracker was created to help students keep track of assignments as they work with a tutor or college application coach. Through the app students are able to log in and create, update, and delete assignments. There is also a special button when a stuent completes an assignment that will display a blast of confetti.
- As a user I want to see all of my assignments
- As a user want to check off assignments that I have completed
- As a user I want to create an assignment
- As a user I want to update assignments
The backend of this website can be found here: https://github.com/KatherineWard/AssignmentTracker_API and https://assignmenttracker.herokuapp.com/
The front end can be found here: https://katherineward.github.io/AssignmentTracker_Client/ and https://github.com/KatherineWard/AssignmentTracker_Client
- HTML
- HTML Canvas
- CSS
- Javascript
- jQuery
- AJAX
- Handlebars
- 'confetti.js'(jQuery library)
- Fork and clone this repository.
- Install dependencies with npm install.
