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.
- AI-generated coding quizzes.
- Secure sign-up and login using Clerk.
- Responsive React frontend.
- Python backend for quiz generation and API handling.
- Frontend: React, Clerk UI
- Backend: Python (Flask or FastAPI)
- Authentication: Clerk
- Node.js & npm
- Python 3.x
- Clerk account with API keys
- Clone the repository:
git clone https://github.com/ankitdani/code-challenge-quiz-generator.git cd code-challenge-quiz-generator - Backend setup:
pip install -r requirements.txt python main.py``` - Frontend setup**:
npm install npm start```