Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aymen016/todo-list-app
https://github.com/aymen016/todo-list-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/aymen016/todo-list-app
- Owner: Aymen016
- Created: 2024-03-26T18:22:18.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-26T18:27:47.000Z (10 months ago)
- Last Synced: 2024-03-26T19:40:22.141Z (10 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Todo List App
Overview
This is a simple Todo List app built with JavaScript. It allows users to manage their tasks by adding new todos, listing existing todos, and deleting todos by index.Features
List Todos: View all current todos.
Add Todo: Add a new todo to the list.
Delete Todo: Remove a todo by specifying its index.
Usage
Open index.html in your web browser.
Enter one of the following commands:
list: View all current todos.
new: Add a new todo.
delete: Remove a todo.
quit: Exit the application.
How to Contribute
If you'd like to contribute to this project, feel free to fork this repository, make your changes, and submit a pull request. Any improvements or bug fixes are welcome!