A simple To-Do List application designed to help users track tasks and boost productivity. Built with JavaScript, CSS, and HTML, it offers an intuitive interface for managing daily tasks.
- Add Tasks: Users can add new tasks to their to-do list.
- Mark as Completed: Tasks can be marked as completed.
- Delete Tasks: Users can remove tasks from the list.
- Filter Tasks: Filter tasks by their status (All, Completed, or Incomplete).
- Persistent Storage: Tasks are saved in the browser's local storage, so they persist even after refreshing the page.
📦 to-do-list
┣ 📜 index.html
┣ 📜 styles.css
┣ 📜 script.js
┣ 📜 logo.webp
┣ 📜 README.md
- JavaScript – Handles task management logic.
- CSS – Styles and layouts the application.
- HTML – Structures the interface.
- Task deadlines & reminders
- Drag-and-drop task organization
- User authentication for cloud-syncing tasks
- Clone the repository:
git clone https://github.com/pushkarsinghh/to-do-list.git
- Open index.html in your browser.
Developed by Pushkar Singh.