A simple and interactive to-do list app to manage your daily tasks. Built with HTML, CSS, and JavaScript following this YouTube tutorial.
🌐 Live Demo: https://task-manager-rosy-chi.vercel.app/
- Add new tasks to your list
- Mark tasks as completed
- Delete tasks from the list
- Tasks persist in local storage
- Clean and intuitive user interface
- Responsive design for all devices
- HTML5
- CSS3
- JavaScript
- Local Storage API
- Clone the repository:
git clone https://github.com/yourusername/todo-list-app.git- Open the project folder:
cd todo-list-app- Open
index.htmlin your browser
- Type your task in the input field
- Click the "Add" button or press Enter to add the task
- Click on a task to mark it as completed
- Click the delete button (×) to remove a task
- Your tasks are automatically saved and will be there when you return
todo-list-app/
├── index.html
├── style.css
├── script.js
├── images/
└── README.md
- Add Task: Enter text and click add to create a new task
- Complete Task: Click on any task to toggle its completion status
- Delete Task: Click the delete icon to remove a task
- Data Persistence: All tasks are saved in your browser's local storage
Built following this YouTube tutorial
MIT License - feel free to use this project for learning and personal projects.
Stay organized and productive! 📝✨