A lightweight, colorful emoji roulette wheel built with HTML5 Canvas, vanilla JavaScript, and CSS.
Live Demo: Click Here!
- Smooth spinning wheel animation
- Multiple emoji sectors with unique colors
- Randomized results
- Confetti burst celebration
- Winner overlay popup
- Responsive design
- No frameworks or dependencies
- Clone or download this repository.
- Open
index.htmlin your browser. - Click SPIN and see where the wheel lands.
spin-the-wheel-main/
├── README.md
├── index.html
└── src/
├── index.js
└── styles.css
You can edit the sectors array in src/index.js to change:
- Emojis
- Colors
- Text colors
- Number of wheel segments
Example:
{
color: "#FF7043",
text: "#FFFFFF",
label: "😎"
}- HTML5 Canvas
- Vanilla JavaScript
- CSS3 Animations
Free to use and modify for personal or educational projects.
