Business app which lets you keep your manual tests and related bugs in one place along with executing step by step test cases. Created with React.
View Demo
App works with mock server which delivers you logins and passwords to already created projects (also data will be randomized each time with Faker.js).
There are 3 roles: Developer, who works to resolve bugs; Tester, who works to run test cases and reports bugs and Project Manager, who invited and deletes users from project. Some routes are secured so you need to log in to enter them. Authorization uses JWT.
Logged user will be able to see dashboard with charts and statistics about current project.
App delivers 404 page, error page (built with React Error Boundary), spinners for asynchronous loading and notifications for actions for better UX.
- React
- React Router
- Redux
- Redux Toolkit
- Storybook
- Material UI
- React Error Boundary
- Yup
- Faker.js
- Prettier
- ESLint
- and more...
To view the website simply click here.
If you want to build the website on your own, clone the repo, use yarn install
and yarn start
.
Created by Jędrzej Ratajczak (@nilphym) - feel free to contact me!