This is a sample react todo app. This project was bootstrapped with Create React App.
Demo: Link
Clone the repository.
$ git clone https://github.com/emrebilal/React-Todo-App.git
Install dependencies. Make sure you already have nodejs
& npm
installed in your system.
$ npm install # or yarn
Run it.
$ npm start # or yarn start
Open http://localhost:3000 to view it in the browser.