This is a simple to-do list written with React.js. The items on the list are not backed by a database so they will not persist between page reloads.
- Create html page and import required assets.
- Create input component
- Create list component
- Create functionality to delete a list item
- Create functionality to edit a list item
- Create functionality to check a list item
- Run
$ npm install
to install dependencies. - Run
$ gulp
to run the build and watcher. - Run
$ open public/index.html
to view page.