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.
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
- Rails
- Javascript
- PostgresSQL
- ActiveRecord
- Fork and clone this repository.
- Install dependencies with bundle install.
- user/sign-in **GET
- user/sign-up **POST
- user/sign-out **DELETE
- user/change-password **PATCH
- assignments/ **GET
- assignments/:id **PATCH
- assignments/:id **DELETE
- assignments/ **POST