Skip to content

InterviewPal/InterviewPal

Repository files navigation


Logo

InterviewPal

InterviewPal is a GPT-3.5 powered AI that helps you practice for your interviews. It will ask you common and relevant interview questions and give you insightful feedback on your answers.

View Demo · Report Bug · Request Feature

For Hack The Break

Table of Contents

  1. About The Project
  2. Getting Started
  3. License
  4. Acknowledgments

About The Project

Logo

(back to top)

Built With

Next React
Tailwind Vercel
Redis RosePine GPT-3.5

(back to top)

Getting Started

This is a Next.js project bootstrapped with create-next-app.

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Remember to create a .env.local file in the root of the project and add the following environment variables:

OPENAI_API_KEY="insert-your-key-here"
REDIS_URL="insert-your-url-here"

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.


Our Team

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)