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

https://github.com/abeidahmed/todo-app


https://github.com/abeidahmed/todo-app

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

### A reactjs based Todo App

#### Features

- Filterale todos based on three parameters (All Todos, Pending Todos, Completed Todos).
- User can delete the todos.
- Highlight todos by toggling the checkbox.

#### Download

```
git clone https://github.com/abeidahmed/todo-app.git
cd todo-app
npm start
```

#### Todo for the App

- Add local storage functionality.
- Add edit todos functionality.