Spin Wheel is a dynamic and fun mini-game built with React and TypeScript.
Users can spin the wheel and let it randomly select a winner from predefined options.
This project focuses on smooth animations, state management, and random winner selection algorithms.
- ⚛️ React 18
- 🔥 TypeScript
- 🎨 TailwindCSS
- 🧠 Zustand (state management)
- 🎰 Custom Easing Functions
- Smooth and natural spinning animation
- Dynamic rendering of wheel options
- Random winner selection logic
- Adjustable spin speed and rotation count
- Fully responsive and mobile-friendly design
git clone https://github.com/your-username/spin-wheel.git
cd spin-wheel
npm install
npm run dev