Simple To-Do List using Create React App
This app is already bootstrapped using Create React App, but if you'd like to start from scratch it can be found here! as well as React's docs here -> Reactjs.org
1. Make sure you have Node
installed
-
Clone this repository
git clone https://github.com/seantbaier/react-todo-list.gitor download the zipYour project folder should now have two subdirectories
todo-list/ README.md .gitignore todo-list-starter-files/ todo-list-final/ -
Make sure you're in the
todo-list-starter-filesdirectory you just created.-cd todo-list-starter-files -
Install Node packages
npm installoryarn -
run the app
npm startoryarn start -
Install React Developer Tools in your browser