Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aymen016/todo-list-app


https://github.com/aymen016/todo-list-app

Last synced: about 1 month ago
JSON representation

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!