A simple mock interview application with a Python backend and HTML frontend.
The backend serves interview questions and can be extended with scoring logic.
The frontend provides a basic interface for practicing interviews.
A utility script is also included to auto-generate new question banks using the OpenAI API.
- Randomized interview questions from a JSON bank
- Backend built with Python (FastAPI or Flask)
- Environment variables for API keys and database connection
- Simple frontend (
index.html) for user interaction - Script to generate fresh Excel interview questions via OpenAI API
- Easily extendable (add categories, scoring, authentication, etc.)