📝 To-Do List Application
A simple, clean, and beginner-friendly To-Do List web application built using HTML, CSS, and JavaScript. This project helps users manage daily tasks efficiently while demonstrating core front-end development concepts. 🚀 Beginner-friendly JavaScript project.
- ➕ Add new tasks
- ✅ Mark tasks as completed
- ❌ Delete tasks easily
- 🧹 Clear completed tasks (if implemented)
- 🎨 Clean and minimal user interface
- 📱 Responsive design (works on mobile & desktop)
- HTML – Structure of the application
- CSS – Styling and layout
- JavaScript – Logic, DOM manipulation, and interactivity
To-Do/
│── index.html
│── style.css
│── script.js
│── README.md
- Clone the repository
git clone https://github.com/Harshit-0018/To-Do-.git- Navigate to the project folder
cd To-Do-- Open
index.htmlin your browser
- Understanding DOM manipulation
- Handling user input in JavaScript
- Working with events
- Writing clean and structured front-end code
- Local storage support
- Task categories / priorities
- Dark mode
- Edit existing tasks
Contributions are welcome! Feel free to fork this repository and submit a pull request.
This project is open-source and available under the MIT License.
Harshit Singh Aspiring Software Engineer | Frontend Learner
⭐ If you like this project, don’t forget to star the repository!