SkillAgentSearch skills...

IntervuAi

IntervuAi is your AI-powered interview coach. Practice job interviews, get instant feedback, and hone your skills in tech domains like MERN and Node. Built with React and Tailwind CSS, it's designed for a seamless prep experience.

Install / Use

/learn @geniusuraj/IntervuAi
About this skill

Quality Score

0/100

Category

Design

Supported Platforms

Universal

README

IntervuAi - AI-Powered Interview Mastery Platform

Description

IntervuAi is an AI-powered platform designed to help students practice for job interviews. Utilizing the OpenAI API, it simulates realistic interview scenarios, provides personalized feedback, and offers valuable insights to improve interview skills.

Tech Stack

  • React with TypeScript (Frontend)
  • Tailwind CSS (Styling)
  • OpenAI API (AI Integration)
  • Java Spring Boot (Backend)
  • MySQL (Database)

Prerequisites

  • NodeJS
  • npm or yarn
  • Java 8 or higher
  • MySQL Server

Installation

https://github.com/geniusuraj/IntervuAi.git
cd IntervuAi

# Frontend setup
cd frontend
npm install
npm start

# Backend setup
# Navigate to the backend directory
# Update MySQL credentials in `application.properties`
# Build and run the Spring Boot project

Spring Boot Project Configuration

Add the following lines to your application.properties file to configure the Spring Boot backend:

server.port = 5050
spring.datasource.driver=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://localhost:3306/your-database-name
spring.datasource.username= Your Username
spring.datasource.password= Your Password
spring.jpa.hibernate.ddl-auto=update

Usage

  • Choose the type of interview (MERN, Node, Java).
  • Interact with the AI-based interviewer.
  • Receive instant feedback.

Team Members

Hackathon Rules

  • All work is original.
  • Followed the Code of Conduct.
  • A live demo video is available.

Entity-Relationship Diagram

Dashboard

Entity-Relationship Diagram

View on GitHub
GitHub Stars14
CategoryDesign
Updated14d ago
Forks6

Languages

TypeScript

Security Score

80/100

Audited on Mar 22, 2026

No findings