This is the frontend of the ticket service website we built as a part of the TU Wien 2022 SEPM course (Software Engineering and ProjectManagement). Many thanks to my lovely team members!
The backend is not included, instead we whipped up a mocked version of it. Try searching for the merchandise named cat
.
There is also the code of our spicy little code generator.
- Stefnotch
- Syntactic Sugardaddy
- peanutrino
- Yousif
- Berndt
- Berik
Make sure to install all the dependencies using
npm install
And then the frontend can be started using
npm run dev
To make sure that we don't have any Typescript errors
npm run typecheck
Lint with ESLint
And Eslint will politely catch a few mistakes or just style guide violations
npm run lint