- Create todo item
- Update todo status to todo or in progress or completed
- Dleete todo item
- List todo items (filters, pagination)
- User signup and login
- Application authorization
- Responsiveness
This project was bootstrapped with Create React App.
yarn 1.22.19 node v20.11.0 playwright 1.45.0 (optional)
yarn install
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
End to end test framework: Playwright. This will run all e2e specs.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.