https://github.com/keyskey/react-todo-sample
Sample Todo app made with React & Typescript & Material UI
https://github.com/keyskey/react-todo-sample
Last synced: about 1 month ago
JSON representation
Sample Todo app made with React & Typescript & Material UI
- Host: GitHub
- URL: https://github.com/keyskey/react-todo-sample
- Owner: keyskey
- Created: 2019-05-18T08:31:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:03:43.000Z (over 3 years ago)
- Last Synced: 2025-02-28T22:07:54.058Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 7.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## React-Todo-Sample
To use this app, clone this repository first.
Then inside of this project, run;
```
$ npm install
```
to install dependecies.
After finishing the instalattion, start the server with;
```
$ npm start
```