A simple, responsive To Do List application built with Bootstrap 5 and Vanilla JavaScript.
- Add, delete, and mark tasks as completed using Vanilla JavaScript
- Responsive layout using Bootstrap grid and components
- Custom styles applied via
styles/styles.css
- Task management (add, complete, delete) handled via
scripts/script.js
- Clear and interactive user interface
-
Clone the repository:
git clone https://github.com/your-username/todo-list.git -
Open index.html in your browser. No additional dependencies required.
- Type a task in the input field and either click Add or press the Enter key to add it
- Click the check icon to mark a task as completed
- Click the × icon to remove a task
- Bootstrap 5 for responsive layout and components
- Vanilla JavaScript for DOM manipulation and task management
Check out the live version of the To Do List here.