Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 1.92 KB

File metadata and controls

51 lines (42 loc) · 1.92 KB

Task Organizer

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.

Tech Stack

     

Project Structure

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

License

This project is licensed under the BSD 3‑Clause © License.