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.
Live demo: IN PROGRESS
Github frontend: https://github.com/Jutrzenka/HeadHunterG11-FR
Github backend: https://github.com/Jutrzenka/HeadHunterG11-BE
Group members:
- Jutrzenka Jutrzenka#2251 kacperczaja1999@gmail.com
- 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