A sleek, modern spinwheel web app for choosing American gas station drinks. Spin the wheel and let fate decide your next beverage!
- 🎡 Interactive spinning wheel with smooth animations
- 🥤 100+ American gas station drinks (bottled, cartoned, fountain, energy drinks, and more)
- 🎨 Beautiful dark mode UI with modern design
- ✨ Cool animations for spinning and result reveal
- 📱 Fully responsive design
- 🚀 Ready for GitHub Pages deployment
npm installnpm run devnpm run buildnpm run previewThe project is configured for deployment to asp/WheelOfDrinks on GitHub Pages.
You must enable GitHub Pages in your repository settings before the workflow can deploy:
- Go to your repository on GitHub:
https://github.com/asp/WheelOfDrinks - Click on Settings (in the repository menu)
- Scroll down to Pages in the left sidebar
- Under Source, select GitHub Actions (not "Deploy from a branch")
- Save the settings
Once GitHub Pages is enabled:
- Push your code to the
mainbranch - The GitHub Actions workflow will automatically build and deploy to GitHub Pages
- Your app will be available at:
https://asp.github.io/WheelOfDrinks/
The deployment typically takes 1-2 minutes after pushing to main.
If you prefer to deploy manually:
- Build the project:
npm run build - Push the
distfolder to thegh-pagesbranch
- React 18
- Vite
- CSS3 with custom animations
Created by 0rt