A simple react todo list app
Clone this repo to your local machine
git clone https://github.com/Sensational-Code/react-todo-app.git
Navigate into the project directory
cd react-todo-app
Install dependencies
npm install
Run it in development mode
npm run dev
Then visit http://localhost:8080 in your web browser of choice.