Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ravi181919/to-do-list
- Owner: ravi181919
- Created: 2024-03-26T10:34:08.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-26T10:46:36.000Z (10 months ago)
- Last Synced: 2024-11-25T14:36:31.688Z (2 months ago)
- Topics: add-todo, css, frontend, html, html-css-js, javascript, js, list, to-do-list, todo, todo-list
- Language: CSS
- Homepage: https://ravi181919.github.io/to-do-list/
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]