✅React Todo application built with React (with hooks), Redux (@redux/toolkit) with adaptive layout using Bootstrap + Formik + Playwright tests + Docker
- Clone a repository
- Go to the working directory of the project
cd playwright-ts-redux-toolkit
- Run
make app-setup
- Run tests
make app-test
- Start the server
make up
- Adding, Editing, Deleting and marking Completed tasks
- Filter tasks by All, Active, Completed
- Clear all completed tasks by one click
- Displaying the remaining tasks counter
Check out the demo project for a quick example of how React Todo application works.