Skip to content

React SPA for students to organize and sign up for consultations.

Notifications You must be signed in to change notification settings

kir-dev/konzisite-frontend

Repository files navigation

Konzisite header

Description

Konzisite is a web application for the students of Budapest University of Technology and Economic Faculty of Electrical Engineering and Informatics to organise consultations, study sessions where students help each other. This repository contains frontend of that application, built with Typescript TypeScript, React React and Chakra UI ChakraUI. See the backend repository here. The application was developed by Kir-Dev Kir-Dev. For more information about the project, see our project page or our blogpost, both in Hungarian.

Preparation

First, start the backend server by following this guide.

Then copy the contents of .env.example to a new file named .env.

Available Scripts

In the project directory, you can run:

yarn install

Installs the dependecies of the app.

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.