Django/React scheduler
- Save your schedule by creating an account
- Create a heirarchy of categories and tasks
- Add categories and tasks to complete
- Edit tasks to set deadlines,notifications,notes, and track progress
- Mark tasks/categories as complete or delete to clear your schedule
- Sort tasks based on deadline date
- src: contains the main frontend logic, specifically in App.js
- djangoBackend: contains python backend logic
- sendingEmails: python code for sending emails to notify users of tasks.