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

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

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
```