QuizWiz is an app that uses AI to generate flashcards from text prompts, making your study sessions more efficient and personalized. Embrace a smarter way to learn with QuizWiz and transform your study routine!
You can watch the demo video (quizwizdemo.mp4) in the public directory. Alternatively you can view a more detailed video here.
You can use the live site at QuizWiz.
To run the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/ganbnuray/quizwiz.git cd quizwiz
-
Run the development server:
npm run dev # or yarn dev # or pnpm dev # or bun dev
-
Open your browser: Navigate to http://localhost:3000 to see the result.