A simple dice-tossing game built with plain HTML, CSS, and vanilla JavaScript to practice working with random number generation.
It's been a while since I last coded without a framework, so I decided to build something small and beginner-friendly. This project demonstrates the basics of generating random numbers, handling user interactions, and updating the UI dynamically using JavaScript.
Perfect for absolute beginners who want to reinforce their understanding of:
- Random number generation with Math.random()
- DOM manipulation
- Event handling
- Basic HTML and CSS structure
- JavaScript fundamentals
Sometimes the simplest projects are the best way to revisit core concepts and sharpen your fundamentals. 🎯