Interactive dark-themed emoji voting dashboard with a sleek, modern UI. Users can vote for emojis, see the winner highlighted with a bounce animation, and interact with responsive emoji cards.
All voting data can optionally be stored in localStorage, so votes are saved even after refreshing. The app emphasizes clean, professional UI patterns, subtle hover effects, and responsive design suitable for portfolios and LinkedIn showcases.
https://emoji-voting.vercel.app/
This project is built using HTML, CSS, and JavaScript. You can run it locally by simply opening index.html in your browser.
Optional: Use VS Code Live Server or any static server to preview live.
- Vote for emojis and see real-time updates
- Winner emoji highlighted with a bounce animation
- Responsive design for desktop and mobile
- Dark professional theme suitable for portfolios or LinkedIn
- Interactive hover effects on cards and buttons
- Accent color (
#00ff99) used sparingly for highlights - Optional localStorage support to persist votes
- HTML5 – Structure of the app
- CSS3 – Styling, gradients, hover effects, responsive design
- JavaScript – Voting logic and dynamic updates
- localStorage – Optional persistence for votes

