Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajput-vinay/todo_list
A simple and user-friendly Todo List application built using HTML, CSS, and JavaScript. This app allows users to create, edit, and delete tasks, helping them stay organized and on track with their daily activities.
https://github.com/rajput-vinay/todo_list
css3 dom-manipulation html5 javascript todo todolist
Last synced: 5 days ago
JSON representation
A simple and user-friendly Todo List application built using HTML, CSS, and JavaScript. This app allows users to create, edit, and delete tasks, helping them stay organized and on track with their daily activities.
- Host: GitHub
- URL: https://github.com/rajput-vinay/todo_list
- Owner: Rajput-vinay
- Created: 2024-08-18T10:40:56.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T11:06:52.000Z (3 months ago)
- Last Synced: 2024-08-19T12:12:44.015Z (3 months ago)
- Topics: css3, dom-manipulation, html5, javascript, todo, todolist
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo List
A simple and user-friendly Todo List application built using HTML, CSS, and JavaScript. This app allows users to create, edit, and delete tasks, helping them stay organized and on track with their daily activities.
## Features
- **Add Todos**: Users can easily add new tasks to their todo list.
- **Edit Todos**: Users can update the content of existing tasks with a simple click.
- **Delete Todos**: Users can remove tasks that are completed or no longer needed.## Technologies Used
- **HTML**: Structure of the application.
- **CSS**: Styling to make the application visually appealing.
- **JavaScript**: Logic to handle adding, editing, and deleting todos.## Installation
To get the Todo List project running on your local machine, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/rajput-vinay/todo-list.git
2. cd todo-list
```bash
cd todo-list
3. Open the index.html file in your web browser:
```bash
open index.html