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!.
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
- Berndt
- Berik
Make sure to install all the dependencies using
npm installAnd then the frontend can be started using
npm run devTo make sure that we don't have any Typescript errors
npm run typecheckLint with ESLint
And Eslint will politely catch a few mistakes or just style guide violations
npm run lint

