A basic To-Do List web app built with HTML, CSS, and JavaScript. This app allows users to add, complete, and delete tasks β all within the browser.
- Add tasks
- Mark tasks as completed
- Delete tasks
todo-list/
βββ index.html - Webpage structure
βββ script.js - JavaScript functionality
βββ style.css - App styling
- Clone the repository
- Open index.html in any web browser
This project was created while following this tutorial by [GreatStack]. I learned about DOM manipulation, event listeners, and basic front-end app development.