Interview Prep AI is a MERN stack web application designed to help users prepare for technical interviews using AI-powered question generation, real-time feedback, and progress tracking.
🚀 Features
💬 AI-driven interview questions — personalized to user’s skills and goals.
🧩 Topic-wise preparation — Data Structures, Algorithms, Web Dev, etc.
📊 Progress tracking — evaluate strengths and weaknesses.
🎙️ Voice/Chat-based mock interviews (optional future enhancement).
⚙️ Admin dashboard — manage users and question sets.
🛠️ Tech Stack Area Technologies Frontend React.js, Tailwind CSS / MUI, Axios Backend Node.js, Express.js Database MongoDB with Mongoose AI Integration OpenAI / Gemini API (optional) Authentication JWT + bcrypt
1️. Clone the repository git clone https://github.com//InterviewPrepAI.git
Fork the repo
Create your feature branch:
git checkout -b feature/my-feature
Commit changes:
git commit -m "Added my feature"
Push and open a pull request.