Experience Quizardd live at: https://quizardd.vercel.app/
- AI-Powered Generation: Instantly create quizzes on any topic using Pollinations AI.
- Personalized Learning: Tailored questions based on your specific subjects.
- Compact UI: Focus-driven design for distraction-free learning.
- Instant Feedback: Explanations provided for every question to reinforce knowledge.
-
Clone the repository:
git clone https://github.com/GxAditya/Quizardd.git cd Quizardd -
Install dependencies:
npm install
-
Set up Environment Variables: Create a
.env.localfile and add your Pollinations API key:POLLINATIONS_API_KEY=your_key_here
-
Run the development server:
npm run dev
