A simple and responsive Todo List Application built with HTML, CSS, and JavaScript. This app allows you to create, edit, and delete tasks, which are stored locally using localStorage, so your tasks persist even after you reload the page.
- Add new todo items by typing in the input field and hitting "Enter" or clicking the "Add" button.
- Edit or delete existing todo items.
- Todos are saved in localStorage, meaning they will stay even after refreshing the page.
- Responsive design that works well on both desktop and mobile devices.
- Clone this repository:
git clone https://github.com/your-username/todo-app.git
- Open the project directory:
cd todo-app - Open index.html in your browser to start using the app:
open index.html
|-- index.html # Main HTML file
|-- assets
|-- css
|-- styles.css # Styling for the app
|-- js
|-- main.js # JavaScript logic for the app
You can customize the colors, fonts, and layout by editing the styles.css file in the /assets/css/ directory.
Feel free to fork this project and submit pull requests with improvements or bug fixes. Contributions are welcome!
This project is open-source and available under the MIT License.
