Skip to content

HarshitBamotra/ai-interviewer-frontend

Repository files navigation

StreamSync

Access backend code at: https://github.com/HarshitBamotra/ai-interviewer-backend

Backend Deployment: https://ai-interviewer-backend-1.onrender.com

Frontend Deployment: https://ai-interviewer-frontend-xw2c.onrender.com

Overview

This is the frontend for a AI interviewer. It let's user create interviewer by providing the company name, interview round, and any other additional information.

  • Create Interviewers
  • Chat like you are in a real interview
  • Get prepared for your upcoming interviews.

Installation and Setup

1. Clone the repository:

git clone https://github.com/HarshitBamotra/ai-interviewer-frontend.git

2. Change directory

cd ai-interviewer-frontend

3. Install Dependencies

npm install

4. Set up environment variables

Sample .env file

VITE_API_URL="http://localhost:3000"

5. Build Application

npm run build

6. Run Application

npm run preview

Releases

No releases published

Packages

No packages published