An AI‑powered behavioral interviewer built with React, Tailwind, and Node. The app guides users through a simulated job interview by asking questions, recording responses (both text and voice), and providing constructive feedback. It uses the OpenAI API (gpt‑4o‑mini) to generate context‑aware questions and actionable feedback, making it an ideal practice tool for polishing interview skills.
Steps to run:
- (In the terminal) cd into server folder.
- Then run node 'index.js' to start the server side.
- Create a new terminal window.
- cd into the client folder.
- Then run 'npm run dev' to start the client side.
- Click the link that appears.