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

https://github.com/sensational-code/react-todo-app

A simple react todo list app
https://github.com/sensational-code/react-todo-app

javascript react

Last synced: about 2 months ago
JSON representation

A simple react todo list app

Awesome Lists containing this project

README

          

# react-todo-app
A simple react todo list app

#### [Try it here](https://sensational-code.github.io/react-todo-app/)

## Install
Clone this repo to your local machine
```
git clone https://github.com/Sensational-Code/react-todo-app.git
```
Navigate into the project directory
```
cd react-todo-app
```
Install dependencies
```
npm install
```
Run it in development mode
```
npm run dev
```
Then visit http://localhost:8080 in your web browser of choice.