Studiare - Assignment Tracker & Dashboard
Studiare is a web-based productivity tool designed to help students manage their academic tasks more efficiently. It offers an all-in-one dashboard for tracking assignments, taking notes, and staying focused using the Pomodoro technique. All user data is stored locally using the browser's localStorage, ensuring persistence without requiring a backend.
- User Authentication – Simulated login/signup for a personalized experience.
- Assignment Tracker – Add, view, and delete assignments with task name, subject, and due date.
- Notes Section – Create and manage study notes with automatic timestamps.
- Pomodoro Timer – Built-in timer based on the Pomodoro technique to enhance focus and time management.
- LocalStorage Support – Retains data across sessions without needing a server.
- Download the folder or clone the repository.
- Extract the files to a folder on your computer.
- Open the
index.htmlfile using any modern web browser (Chrome, Firefox, Edge, Safari). - Explore the app by interacting with each section of the dashboard.
- HTML – Page structure and layout
- CSS – Styling and responsive design
- JavaScript – Dynamic interactivity and app logic
- localStorage – Client-side data persistence
- W3Schools – Referenced for HTML, CSS, and JavaScript documentation and examples
- Add real backend authentication
- Support for cloud-based storage
- Mobile-first design enhancements
Thanks for checking out my project! Feel free to share feedback or suggestions.