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
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.
git clone https://github.com/HarshitBamotra/ai-interviewer-frontend.gitcd ai-interviewer-frontendnpm installSample .env file
VITE_API_URL="http://localhost:3000"npm run buildnpm run preview