JobReady is a platform that helps you find your ideal job. By connecting you to the well-known job platform InfoJobs , you can discover a wide variety of job offers. In addition, JobReady offers you the possibility to simulate interviews to evaluate your preparation and ensure success in real interviews. Find your ideal job and get ready to stand out with JobReady.
First, you will be asked a few questions to determine which job is the best fit for you. This will be followed by a mock interview with 5 questions. At the end, you will receive a score and suggestions for improvement. Discover the ideal job for you and hone your interviewing skills with JobReady, your partner on the road to career success.
This project participated in the Infojobs Hackathon hosted by the streamer Midudev and was one of the 15 selected!
Don't miss the presentation of this project made by Midudev! Check it out!
- Install all the dependencies with the command:
yarn
- Fill all the fields of the file
.template.env
and then rename it to.env
- Having installed and configured the Netlify CLI run the command:
ntl dev
VITE_OPENAI_API_KEY
: For this environment variable you will have to go to the openai page and get your api key to be able to communicate with chatgpt.INFOJOBS_TOKEN
: For this environment variable you will have to go to the infojobs api page and get your api key to be able to communicate with infojobs and get the offers.NODE_VERSION
: This variable does not require any change, it is set to "18" and serves to be able to use the functionalities of node version 18 in Netlify functions.