A simple and clean To-Do List App built with HTML, CSS, and JavaScript that lets you Create, Read, Update, and Delete tasks. All your tasks are saved in the browser using Local Storage. No backend needed! πΎ
Check out the live demo of the Currency Converter : Demo
- β Add new tasks
- π View all tasks
- βοΈ Edit existing tasks
- β Delete tasks
- πΎ Local Storage support (data is saved even after page refresh)
- π Clean and responsive UI
- π§± HTML
- π¨ CSS
- π§ JavaScript
- π¦ Local Storage (Browser-based)
- Clone the repository:
git clone https://github.com/pratikkhot100/To-Do-List.git
- Navigate to the project folder:
cd todo-list-app
3.Open index.html in your browser:
# You can simply open it with your browser, or use Live Server if using VS Code2
todo-list-app/
β
βββ index.html # Main HTML file
βββ style.css # Styling
βββ script.js # All the JavaScript logic
βββ README.md # Project documentation
All tasks are stored in your browser's local storage, so even if you refresh the page or close the tab, your tasks will still be there! β¨
π GitHub: https://github.com/pratikkhot100
πΌ LinkedIn: https://www.linkedin.com/in/pratikkhot01
π§ Email: pratikkhot1207@gmail.com