Simple Todo App implemented using React
With this generic app you can add todo task to your list with editing and removing option! It also saves todos in Local Storage
- Clone the repo
git clone https://github.com/zbigniewstefaniuk/todo-react-app
- Install NPM packages
npm i
- Start app
npm start
Open http://localhost:3000 to view it in the browser.