This web app serves as an academic organizer and reminder system, allowing students to classify tasks by priority, add descriptions, and manage due dates—designed to improve productivity and academic success.
|
|
Task-Organizer/
├── README.md # Project overview
├── Index.html # Main landing page
├── Home.html # Dashboard with task list
├── Register.html # User registration UI
├── LogIn.html # User login page
├── EventPage.html # Add/edit task details
├── css/
│ └── Style.css # Styles for layout and theme
├── img/ # UI icons and background images
│ ├── background-img.jpg
│ ├── background-img-mobile.jpg
│ ├── background-img-bk.jpg
│ ├── delete.jpg
│ ├── edit.jpg
│ ├── edit-bk.jpg
│ ├── question-mark.jpg
│ ├── question-mark-bk.jpg
│ ├── tick&cross-bk.jpg
│ └── …others…
└── js/ # Client-side logic
├── Register.js # Handles user signup
├── LogIn.js # Handles authentication
├── Home.js # Loads and displays tasks
└── EventPage.js # Adds, edits, and prioritizes tasks
This project is licensed under the BSD 3‑Clause © License.