Skip to content

stefnotch/sepm-project

Repository files navigation

SEPM Group Project Frontend

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.

Check it out in action here

Screenshot

There is also the code of our spicy little code generator.

Pretty Gifs

Gif Gif

Team Members

Internal Info

How to run it

Make sure to install all the dependencies using

npm install

Compile and Hot-Reload for Development

And then the frontend can be started using

npm run dev

Typecheck

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

Releases

No releases published

Packages

No packages published