A clean and responsive To-Do List project built with HTML, CSS, and JavaScript, demonstrating how to use Git for version control.
- Add, complete, and delete tasks
- Automatically saves tasks in localStorage
- Restores tasks after reload
- Responsive layout and minimal UI
- Includes Git workflow for version tracking
- Type a task and click Add (or press Enter).
- Click a task to mark as done.
- Click Γ to delete it.
- Use Git commands (
git add,git commit,git push, etc.) to manage versions.
- HTML5
- CSS3 (Flexbox)
- JavaScript (ES6)
- Git
This project, todo-list-version-control-using-git, is licensed under the MIT License β see the LICENSE file for details.
Youβre free to use, modify, and share this code for learning or personal projects. Attribution is appreciated but not required.