👷 HeadHunter MegaK v0.1.0 frontend Application as a recruitment platform. It connects the participants of the MegaK course and potential employers. The purpose of the app is to help students find their first job as a developer.
Github frontend: https://github.com/Jutrzenka/HeadHunterG11-FR
Github backend: https://github.com/Jutrzenka/HeadHunterG11-BE
Student list (for students) – adding and editing profile

Filtering students (for employers)

Group members:
- Jutrzenka Jutrzenka#2251 [email protected]
- iwanczakrafal
- madridista5
- Marcel998 Marcel998#5607
- marooonio
- NorGoz
- OllaWilk
- RafalKuchta
Additional roles in the team:
HeadHunterG11-FR
├── build
├── public
│ ├── img
│ ├── favicon.png
│ ├── index.html
│ ├── manifest.json
│ └── robots.txt
├── src
│ ├── components
│ ├── redux
│ ├── styles
│ ├── utils
│ ├── views
│ ├── App.tsx
│ └── config.env.ts
├── .env
├── .gitignore
├── .npmrc
├── package.json
├── package-lock.json
├── README.md
└── tsconfig.json
Clone the project:
git clone https://github.com/Jutrzenka/HeadHunterG11-FR.git
Go to the project directory:
cd HeadHunterG11-FR
Install dependencies:
npm install
Start the server:
npm start


