Skip to content

A web app that generates coding quizzes by difficulty with real-time quota tracking (WIP)

Notifications You must be signed in to change notification settings

ankitdani/code-challenge-quiz-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

Code Challenge Quiz Generator

An AI-powered web app that generates interactive coding quizzes. Users can sign in, select difficulty levels, and solve real-time AI-generated coding challenges.

Features

  • AI-generated coding quizzes.
  • Secure sign-up and login using Clerk.
  • Responsive React frontend.
  • Python backend for quiz generation and API handling.

Tech Stack

  • Frontend: React, Clerk UI
  • Backend: Python (Flask or FastAPI)
  • Authentication: Clerk

Getting Started

Prerequisites

  • Node.js & npm
  • Python 3.x
  • Clerk account with API keys

Installation & Setup

  1. Clone the repository:
    git clone https://github.com/ankitdani/code-challenge-quiz-generator.git
    cd code-challenge-quiz-generator
    
  2. Backend setup:
    pip install -r requirements.txt
    python main.py```
    
    
  3. Frontend setup**:
        npm install
        npm start```
    
    

About

A web app that generates coding quizzes by difficulty with real-time quota tracking (WIP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published