This GitHub repository is for the 2025 React/Figma hackathon hosted by LUT University and TwoDay. The created application is the client-side of an academic course review system. It was made by a team of four students.
Due to the hackathon only covering the client-side, the necessary API functionality is simulated with a JSON server. The front-end library used is React with TypeScript. The application utilizes pnpm and Vite. For styling, both MUI and Tailwind CSS were used. The client-side API requests were made with Axios and React Query was used to help render correctly received data and handle exceptions.