A simple and responsive task management system built with HTML, CSS, and JavaScript.
- Add, edit, and delete tasks
- Set task priorities and deadlines
- Mark tasks as completed
- New quote every day ✨
- Choose whether to carry over previous day's tasks
- Data is stored using Local Storage (Tasks persist even after refreshing)
- Responsive design for desktop & mobile
- Smooth animations and user-friendly UI
- HTML for structure
- CSS (Styles + Media Queries) for styling
- JavaScript (MVC Architecture, Helpers & Local Storage)
📂 Project Structure
/task-manager/
│── index.html # Main HTML file
│── README.md # Project documentation
│── /css/ # Styles & Media Queries
│── /script/ # JavaScript (MVC + Helpers)
│── /img/ # Images & icons
│── /sound/ # Sound assets
│── /favicon/ # Favicon assets
💡 Check out the live project here: https://achieveflow.netlify.app/