Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 806 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 806 Bytes

Spin Wheel App

A simple, interactive spin wheel application built with React.

Features

  • 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

Getting Started

  1. Clone the repository
  2. Install dependencies: npm install
  3. Run the app: npm run dev

Usage

  1. Upload a CSV file with your list of items
  2. Click the "Spin" button to rotate the wheel
  3. The selected item will be displayed after the spin

Technologies Used

  • React
  • Vite
  • Tailwind CSS
  • React Spring (for animations)

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is open source and available under the MIT License.