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

https://github.com/sdthaker/reactjs-todo-app


https://github.com/sdthaker/reactjs-todo-app

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

## [ReactJS Todo App](https://sdthaker.github.io/reactJS-todo-app/)

The code is available in the `src` folder. In there, you’ll see two folders named `classBased` and `functionBased` holding the class component and function component code respectively.

### Demo
![Alt Text](https://media.giphy.com/media/of83YDcfX3zlcGX2vr/giphy.gif)

### Clone the project

You can download or clone this project by running this command from your terminal:

```
git clone https://github.com/sdthaker/reactJS-todo-app
```

This will create a directory in the name of the project folder.

Once you have the project files and folders bootstrapped, open it with your text editor.

Next, switch inside the project directory and run:

```
npm install
```

This will install all the necessary dependencies in the local `node_modules` folder.

Finally, start your development server by running:

```
npm start
```

You should see the app in your browser address bar at [http://localhost:3000](http://localhost:3000)