"First-year handbook" is a web app, that helps first-year students get to know the university. The project will implement features such as a variety of quests, map of the university, event calendar and much more.
It is being developed by students from IT Master Class #10 at University of Economics - Varna and our mentors at Dev Labs.
NodeJS (https://nodejs.org/en/) -> includes npm (package manager).
Install the LTS version that is recommended (as of 17.02.2023 v18.14.1)
To install the project:
Open New Terminal and run:
npm install
Visual Studio Code (https://code.visualstudio.com/) with the following extensions:
ESLint
Prettier
Editor Config
//Reload the window
To configure Prettier on save formatting:
Click Ctrl + "," (Windows)/ Cmd + "," (MacOS)
It will open the settings
Type "Editor: Default Formatter"
Change it to Prettier
Type "Editor: Format on Save"
Ensure it has a checkmark
for component and file names -> pascal case
for instances of components -> camel case
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
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.