Todo App built using React hooks and unit tested using Jest and react-testing-library. This project was bootstrapped with Create React App.
- clone this repo.
 - Run 
npm ito install all the dependencies 
- Open http://localhost:3000 to view it in the browser.
 
- To check the test coverage report, 
npm t -- --coverage. - To view the coverage report in the browser, after running the above command, just type 
open coverage/lcov-report/index.html 
- From the branch dropdown, select 
tests-completedbranch to see the__tests__folder insidecomponentsdirectory. 
