A simple, interactive spin wheel application built with React.
- Upload a CSV file with names or items
- Dynamically generate a colorful spin wheel
- Animate wheel spin and randomly select an item
- Responsive design for various screen sizes
- Clone the repository
- Install dependencies:
npm install
- Run the app:
npm run dev
- Upload a CSV file with your list of items
- Click the "Spin" button to rotate the wheel
- The selected item will be displayed after the spin
- React
- Vite
- Tailwind CSS
- React Spring (for animations)
Contributions are welcome! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.