Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ravi181919/to-do-list

To-do-list by using html, css, javascript
https://github.com/ravi181919/to-do-list

add-todo css frontend html html-css-js javascript js list to-do-list todo todo-list

Last synced: 6 days ago
JSON representation

To-do-list by using html, css, javascript

Awesome Lists containing this project

README

        

# To-Do List Web Application

This is a simple To-Do List web application that allows users to add, remove, and refresh their to-do items.

## Features

- Add new to-do items.
- Remove individual to-do items.
- Remove all to-do items at once.
- Refresh the list.

## Technologies Used

- HTML
- CSS
- JavaScript

## Usage

1. Clone this repository to your local machine.
2. Open the `index.html` file in your web browser.

## Instructions

- **Add**: Enter a new task in the input field and click the "Add" button to add it to the list.
- **Remove**: To remove a specific task, click the "Remove" button next to it.
- **Remove All**: Click the "Remove All" button to delete all tasks from the list.
- **Refresh**: Click the "Refresh" button to clear the input field and focus on it again.

## File Structure

- `index.html`: HTML file containing the structure of the web application.
- `style.css`: CSS file for styling the web application.
- `script.js`: JavaScript file containing the functionality of the web application.

## Author

[RAVI KUMAR GUPTA]