ToDo-App-using-Reactjs
This is sample ToDo App built using React.js
Steps to run this app on local
-
Clone this repo on your local
-
Start simple python server in folder where
index.html
existspython -m SimpleHTTPServer
-
Open url
http://localhost:8000
on your local in Chrome or FF or Safari browser. -
To edit, click individual todo item and it will "Inline Edit" to update. To re-order, drag and drop individual todo list items.