Skip to content

manansrivastava/codingninja

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple mock interview application with a Python backend and HTML frontend.
The backend serves interview questions and can be extended with scoring logic.
The frontend provides a basic interface for practicing interviews.
A utility script is also included to auto-generate new question banks using the OpenAI API.


Features

  • Randomized interview questions from a JSON bank
  • Backend built with Python (FastAPI or Flask)
  • Environment variables for API keys and database connection
  • Simple frontend (index.html) for user interaction
  • Script to generate fresh Excel interview questions via OpenAI API
  • Easily extendable (add categories, scoring, authentication, etc.)

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors