A simple, responsive To-Do List web app that allows users to add, view, and remove tasks.
- Add new tasks instantly.
- Remove tasks with a single click.
- Responsive design for desktop and mobile.
- Simple, clean, and user-friendly interface.
- HTML
- CSS
- JavaScript
- Clone the repository
git clone https://github.com/datturbomoon/todo-list.git
- Navigate to the project folder
cd todo-list
- Open
index.htmlin your browser
- Double-click the file, or
- Use a live server extension in VS Code.
- Type a task in the input field.
- Click + or press Enter to add the task.
- Click x next to a task to delete it.
- Check your tasks off as you complete them.
todo-list/
│
├─ index.html # Main HTML file
├─ styles.css # Styling for the app
├─ script.js # JavaScript functionality
└─ README.md # Project documentation
Feel free to fork the repository and submit pull requests to improve the app.