An interactive quiz application to test and improve your Git knowledge. Built with Vite and TypeScript, featuring smooth animations and visual feedback.
- ๐ฏ Interactive GitHub Search quiz
- โจ Visual feedback with confetti effects for correct answers
- ๐ผ๏ธ Explanatory images for better understanding
- ๐จ Smooth animations using Framer Motion
- ๐ฑ Responsive design
- ๐ฎ Interactive UI components
- Vite
- TypeScript
- Framer Motion
- Canvas Confetti
- Lucide React Icons
- Clone the repository:
git clone https://github.com/HikaruEgashira/github-golf.git
- Install dependencies:
bun install
- Run the development server:
bun run dev
- Open http://localhost:3000 in your browser.
โโโ globals.css # Global styles
โโโ components/
โ โโโ quiz/ # Quiz-specific components
โ โโโ ui/ # Reusable UI components
โโโ hooks/ # Custom React hooks
โโโ lib/
โโโ quiz-data.ts # Quiz questions and answers
- Multiple choice questions about GitHub Search
- Immediate feedback on answers
- Detailed explanations with visual aids
- Progress tracking
- Character-based questions for engaging learning
Contributions are welcome! Feel free to submit issues and pull requests.
MIT License