Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waxer59/justask
Job interview simulator
https://github.com/waxer59/justask
ai gemini interview job simulation
Last synced: about 2 hours ago
JSON representation
Job interview simulator
- Host: GitHub
- URL: https://github.com/waxer59/justask
- Owner: Waxer59
- License: mit
- Created: 2024-05-12T19:58:15.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T03:58:29.000Z (6 days ago)
- Last Synced: 2024-11-10T04:29:38.950Z (6 days ago)
- Topics: ai, gemini, interview, job, simulation
- Language: TypeScript
- Homepage: https://justask.hgo.one/
- Size: 3.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Just Ask
**Just Ask** is an interview simulation platform that uses real job offers. With **Just Ask**, you can search for an existing job offer or manually enter one yourself. You then have the option to attach relevant files, such as your resume or a SWOT analysis, to include in the simulation. The next step is to define the interview style: you can choose to simulate a full interview, where you'll be asked five questions, receive a performance score, and get detailed feedback on how to improve. Alternatively, you can skip this step and simply receive the questions. The choice is yours!
## How to run the project?
1. Install all the dependencies with the command:
```bash
pnpm i
```2. Rename the file `.template.env` to `.env` and fill the fields.
* `GROQ_API_KEY`: You will need a [Groq](https://console.groq.com/) API key.
* `JSEARCH_API_KEY`: You will need a [Jsearch](https://rapidapi.com/letscrape-6bRBa3QguO5/api/jsearch) API key.
* `RAPID_API_HOST`: Provide the Rapid API host.3. Run the project with the command:
```bash
pnpm dev
```## Technologies used
* [React](https://react.dev/)
* [Astro](https://astro.build/)
* [Shadcn](https://ui.shadcn.com/)
* [MagicUI](https://magicui.design/)
* [Vercel AI SDK](https://sdk.vercel.ai/)
* [Lucide Icons](https://lucide.dev/icons/)
* [Canvas confetti](https://github.com/catdad/canvas-confetti)
* [FilePond](https://pqina.nl/filepond/)
* [Zustand](https://zustand-demo.pmnd.rs/)## API's used
* [Groq](https://console.groq.com/)
* [Jsearch](https://rapidapi.com/letscrape-6bRBa3QguO5/api/jsearch)