QuizFlip is an app that generates flashcards on any topic you ask for, helping users learn and review efficiently. It integrates with CopilotKit to generate flashcards and quizzes quickly and accurately.
- AI-powered text completion
- FlashCard generation
- Quizzes for the generated Flashcards
- Dark mode
- Responsive design
You can have a live demo of QuizFlip here
Screenshots:
To get started with QuizFlip, run the following commands in your terminal:
- Clone the repository
git clone https://github.com/Niharika0104/learn-using-flash-cards
- Install the dependencies
npm install
- Create a
.env
file in the root directory and add the following environment variables:
GROQ_API_KEY=your_groq_api_key
You can get your GROQ API key by signing up on groq.dev
- Start the development server
npm run dev
- Open http://localhost:3000 in your browser to view the app
This project is licensed under the MIT License - see the LICENSE file for details
Contributions are welcome! Feel free to open an issue or submit a pull request.