Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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