Skip to content

moonkorea00/tech-interview-GPT

Repository files navigation


tech-interview-gpt

Speech to text mock tech interview powered by ChatGPT 🧑‍💻👩‍💻👨‍💻

try Tech Interview GPT


Features

  • 🧑‍💻 Interview Feedback - Provides in depth feedback powered by ChatGPT.
  • 🛠 Customizable - Get questions and feedback based on your development field, work experience and choice of spoken language.
  • 🎙 Speech Recognition - Record and edit answer using speech recognition(See browser compatibility).
  • 📝 Interview Log - Automatically save interview to history for user to see previous interviews and retry on request.
  • 💻 Device Friendly - responsive design for various devices.

Getting Started

Try it Online

Tech Interview GPT

Init Project Locally

Install Node.js and run the following command:

npm run start
# open http://localhost:8000/ in your browser

Tech Stack

  • Vite - An extremely fast frontend tooling.
  • React - A Declarative, Component-based JavaScript library for building user interfaces.
  • Tailwind CSS - A utility-first CSS framework for rapid UI development.

Demo

  • Select Interview Options

options

  • Record/Edit Answer

speech_recognition

  • Get Interview Feedback

feedback

  • View History and Retry Interview

history


Releases

1.0.0

Initial Release

1.0.1

Check user's browser compatibility for web speech API


License

MIT License © 2023 Jeewon Moon