← Back

Mike's Nerdle!

Recreating the famous Nerdle game was a wonderful challenge. While the game logic might seem simple at first, this challenge grew as I tried to hone in the details. The most notable challenge was allowing the user to win with different permutations of the same equation. For example, "6*3-5=13" and “3*6-5=13" could both be winning guesses. The equation automatically updates at midnight daily. Feel free to play!

Visit Live Site Github RepoLearn More

Technologies Used

React
Math.js
Day.js
CSS
HTML
Javasctipt