Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iam-abin/todo-list-reactjs

To do applicatin using React Js.
https://github.com/iam-abin/todo-list-reactjs

reactjs todoapp todolist-application

Last synced: about 4 hours ago
JSON representation

To do applicatin using React Js.

Awesome Lists containing this project

README

        

# TODO APP

## Installation

1. Clone the repository

```
git clone https://github.com/iam-abin/todo-list-reactjs.git
```

2. Navigate to the project directory

```
cd todo-list-reactjs
```

3. Install the dependencies

```
npm install
```

4. Start the application

```
npm start
```