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
- Host: GitHub
- URL: https://github.com/sensational-code/react-todo-app
- Owner: Sensational-Code
- Created: 2018-07-15T05:31:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-03T09:02:48.000Z (about 7 years ago)
- Last Synced: 2025-01-19T10:43:29.818Z (over 1 year ago)
- Topics: javascript, react
- Language: JavaScript
- Homepage:
- Size: 383 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.