/simplest-react-todolist

A very simple react demo for beginners.

Primary LanguageJavaScript

simplest-react-todolist

A very simple react demo for beginners.

Click here to see the demo.

You can download this project:

git clone https://github.com/noiron/simplest-react-todolist.git
cd simplest-react-todolist
python -m SimpleHTTPServer // open a server with python

Then you can open your browser and open http://localhost:8000/ to see this demo.