This is a simple todo web app built with React that lets the user add todo items, cross them off and view completed and uncompleted todos, using local storage to save the items
First clone the repo and install npm packages using:
npm install
and then visit localhost:3000
All you need to do is run the following command:
npm test