Frontend intended specifically to use in conjuction with ticket-system-api available separately.
After downloading repository, only requirement is to install all dependecies
# Clone the repository
git clone https://github.com/Poriseler/ticket-system-api.git
# Navigate to the project directory
cd ticket-system-api
# Install dependencies
npm installBy default session time after login is set to 6 minutes and all requests are made to locally hosted backend on 8080 port. These settings may be changed by .env file in root directory. Application is run by command
npm run start- React Query
- React Router
- HeroIcons
- React Hot Toast
- Recharts
- StyledComponents
- Axios
- React Error Boundary
In progress
Emails:
- user1@example.com
- user2@example.com (non staff account)
- user3@example.com
- user4@example.com
- user5@example.com
Password for each account is the same: Userpass!2
Completed but soon enhanced with tests and additional page dedicated for admins.