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