GuessingGame
A numbers guessing game! With modal opening, a ban on negative numbers, or numbers over 25 (including errors), as well as button dimming when you've guessed the correct number.
Links
Live Site URL: https://sf-codes.github.io/funGuessingGame/
My process
I love clean readable code. So I tried to keep it as just that, incldung a flowchart and a plan in mind!
Built with
- Custom CSS
- Custom HTML
- Vanilla JavaScript
- DOM manipulation
- Clean code
What I learned
Back when I built this app, I had learned alot, from DOM manipulation usage and clean code. I hadn't at the time implemented restrictions to numbers or button usage upon winning, but when I did I learned a lot of that process that has of course stuck with me!