Try it on demo
The Todo App is a simple, user-friendly application designed to help individuals manage their daily tasks efficiently. Built with HTML5, CSS3, and JavaScript, this app offers a sleek, responsive design that works on both desktop and mobile browsers. Users can add and delete tasks, and mark tasks as completed, with persistence of the data on the browser.
- HTML - Markup language for web pages.
- CSS - Styles web content.
- Javascript - High-level, interpreted programming language.
- Add Tasks: Easily add new tasks to your todo list.
- Delete Tasks: Remove tasks from your list once they are no longer needed.
- Mark as Completed: Check off tasks as you complete them, keeping track of your accomplishments.
- Persistence: Your tasks are saved in the browser's local storage, so they remain available across sessions.
To use the Todo App, simply clone the repository to your local machine:
1. Clone this repo
git clone https://github.com/algorodev/js-todo-appcd js-todo-appSince this project consists only of static files (HTML, CSS, JavaScript), you can open the index.html file in any modern web browser to start using the app immediately.
- Adding a Task: Click on the "Submit" button or press
Enterto add a new task to your list. - Deleting a Task: Click on the delete icon button next to the task you wish to remove.
- Marking a Task as Completed: Click on the label of the task to mark it as completed.
This project is licensed under the MIT License - see the LICENSE.md file for details.