sfncook / gpt-interview-coach

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPT Interview Coach

GPT-powered interview coach app. Enter the job title, optional description, and GPT will produce a stream of sample interview questions for you. Enter your response to each question and GPT will evaluate it for you. You will need your own (paid) GPT account in order to provide the API key in the .env file (see below)

Setup

  1. If you don’t have Node.js installed, install it from here (Node.js version >= 14.6.0 required)

  2. Clone this repository

  3. Navigate into the project directory

    $ cd gpt-interview-coach
  4. Install the requirements

    $ npm install
  5. Make a copy of the example environment variables file

    On Linux systems:

    $ cp .env.example .env

    On Windows:

    $ copy .env.example .env
  6. Add your API key to the newly created .env file

  7. Run the app

    $ npm run dev

You should now be able to access the app at http://localhost:3000! For the full context behind this example app, check out the tutorial.

About

License:MIT License


Languages

Language:JavaScript 86.9%Language:CSS 13.1%