https://github.com/elmurodvokhidov/mock-interview-platform
A Next.js-based platform designed to help users prepare for real-world interviews through interactive mock interview simulations, customizable formats, and real-time feedback.
https://github.com/elmurodvokhidov/mock-interview-platform
firebase nextjs shadcn-ui tailwindcss
Last synced: 3 months ago
JSON representation
A Next.js-based platform designed to help users prepare for real-world interviews through interactive mock interview simulations, customizable formats, and real-time feedback.
- Host: GitHub
- URL: https://github.com/elmurodvokhidov/mock-interview-platform
- Owner: elmurodvokhidov
- Created: 2025-04-06T15:20:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-24T18:20:27.000Z (about 1 year ago)
- Last Synced: 2025-04-24T19:31:08.649Z (about 1 year ago)
- Topics: firebase, nextjs, shadcn-ui, tailwindcss
- Language: TypeScript
- Homepage: https://mock-interview-platform-ten.vercel.app
- Size: 990 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Mock Interview Platform
Welcome to the **Mock Interview Platform**! 🎤💼 This is a **Next.js application** built to help users level up their interview skills by simulating real-world interview experiences. Get ready to ace your interviews! 💪✨
## 🌟 Features
- 🧑💻 **Interactive Mock Interviews**: Practice interviews in a realistic environment.
- 🛠️ **Customizable Interview Types**: Choose from technical, behavioral, or custom formats.
- ⚡ **Real-Time Feedback**: Get instant scoring and actionable feedback after interviews.
- 🎨 **User-Friendly Interface**: Designed to be intuitive and easy to use for everyone.
- 🚀 **Next.js Optimizations**: Enjoy blazing-fast performance and modern web features.
## 🛠️ Getting Started
Follow these steps to run the project locally and start your journey! 🏁
1. Clone the repository. 🖥️
2. Install dependencies. 📦
3. Run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
4. Open your browser and visit [http://localhost:3000](http://localhost:3000). 🌐
You can start editing the main page by modifying `app/page.tsx`. Changes will appear instantly! 🔄✨
## Credits 🙌
A heartfelt thank you to [Adrian Hajdin](https://github.com/adrianhajdin) for inspiring and guiding us in the creation of this fantastic and fun project!
## 📚 Learn More
Curious to learn more about the technologies we use? Dive into these resources:
- 📖 [Next.js Documentation](https://nextjs.org/docs): Explore all the features and APIs of Next.js.
- 🧑🏫 [Learn Next.js](https://nextjs.org/learn): An interactive tutorial to get you started.