Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ankitchoudhary-vcf/todo-app
- Owner: ankitchoudhary-vcf
- Created: 2021-08-04T12:56:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-07T04:05:39.000Z (over 3 years ago)
- Last Synced: 2024-11-18T07:02:19.378Z (3 months ago)
- Topics: react, react-router, reactjs
- Language: JavaScript
- Homepage: https://ankitchoudhary-vcf.github.io/ToDo-app
- Size: 1.16 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)