Sample web application, built with Next.js and Typescript, uses the OpenAI API. Allows to get a randomized interview question, which you can answer in your own words. Our app then uses the GPT model to analyze your response and provide instant feedback on its accuracy.
Local enviromnets required to use app in .env.local
GPT_API_KEY="YOUR_OPENAI_API_KEY"
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.