Create a copy of the trello app and chose 2 the most important features to implement.
LIVE CODING VIDEOS:
Full video: https://www.loom.com/share/2fb6dc6b69c04c05b504b2285440e6c7?sid=6e6e32ab-48b1-4a1a-90c2-936d18e83b1c
- Simple React App which displays to do list
- User can add a new todo
- User can remove a todo
- User can drag & drop tasks - implementation built in using native html drag & drop feature
- Implemented Basic Cypress E2E Test
- Basic implementation of integration and unit testing
You can clone the repo and run command:
$ npm install
from the project root folder
If the project will not run automatically you can go to: http://localhost:3000/
To start the app:
$ npm start
To run the cypress test:
$ npm run cy:open