Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ankitchoudhary-vcf/todo-app

It's a basic application of ToDos List Created using the React js.
https://github.com/ankitchoudhary-vcf/todo-app

react react-router reactjs

Last synced: about 1 month ago
JSON representation

It's a basic application of ToDos List Created using the React js.

Awesome Lists containing this project

README

        

# Welcome to ToDos List!!
***

Check out the [ToDos List](https://ankit1509.github.io/ToDo-app)

![ToDos List](https://user-images.githubusercontent.com/60814508/128452423-bc328c2b-a3c6-4c70-bba8-551f4952ad64.png)

***
***
## Introduction
***

This is a ToDos List build with React JS.

Its a basic example of learning react and creating something production ready!

***
***

## Running the project
***

1. Clone the GitHub repository.

```bash
git clone https://github.com/ankit1509/ToDo-app.git
```

2. Install the project.

```bash
cd ToDo-app
npm install
```

3. Start the project.

```bash
npm start
```

A web browser should automatically open [http://localhost:3000](http://localhost:3000).

***
***

## -By Dev [Ankit Choudhary](https://github.com/ankit1509)