Welcome to the Full Stack AI Mock Interview App!
This project is designed to help developers enhance their skills through AI-driven mock interviews, providing real-time feedback to simulate a realistic interview experience.
The Full Stack AI Mock Interview App allows users to practice technical and behavioral interview questions in an interactive environment. The app generates custom questions based on user preferences and delivers instant feedback on answers to help users improve their interview skills.
- AI-Driven Questions: Get custom-tailored interview questions based on your profile and feedback.
- User Authentication: Secure login and signup using Clerk.
- Real-Time Feedback: Answer interview questions and receive immediate feedback with the help of Gemini AI.
- Interactive UI: A responsive, user-friendly interface built with React.
- Data Persistence: User data and interview history managed through Drizzle ORM.
- Next.js: Framework for server-rendered React applications.
- React: JavaScript library for building user interfaces.
- Drizzle ORM: ORM for managing database interactions.
- Gemini AI: AI API for generating interview questions and analyzing answers.
- Clerk: Authentication and user management.
To get started with the project, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/full-stack-ai-mock-interview-app.git
-
Navigate to the project directory:
cd full-stack-ai-mock-interview-app
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and visit http://localhost:3000 to see the app in action!
We welcome contributions! Please follow these steps to contribute:
- Fork the repository: Click the "Fork" button at the top right corner of this repository.
- Clone your fork:
git clone https://github.com/yourusername/full-stack-ai-mock-interview-app.git
- Create a new branch:
git checkout -b your-feature-branch
- Make your changes: Add features or fix bugs.
- Commit your changes:
git commit -m "Describe your changes"
- Push your branch:
git push origin your-feature-branch
- Create a pull request: Go to the original repository and open a pull request.
For more details, please refer to the CONTRIBUTING.md.
This project is licensed under the MIT License. See the LICENSE file for details.