A web application featuring a spinning wheel that randomly selects from a list of slots, each with an image.
- Interactive spinning wheel with a centered spin button
- Random slot selection after spinning animation
- Placeholder images for each slot (replace with your own images)
- Install dependencies:
npm install - Start the development server:
npm run dev - Open http://localhost:5173 in your browser
Run npm run build to build the project for production.
Edit the slots array in src/App.jsx to add your own slots with names and image URLs.