Todo list app made for learning unit and integration test with Jest and React Testing Library and for an end to end test with Cypress
git clone https://github.com/jrussumbrella/react-tasks-list
cd react-tasks-list
npm install
npm start
npm run start:server
npm run test
npm run cypress:open