This is my version of the ever-popular 5-letter word-finding game! Play the game at wordle.endyhardy.me or spin up your own server to host, completely free! This remake is built using NextJS, Tailwind CSS and Framer Motion.
- Basic Wordle game
- Server-side word validation and result-checking
- Saved game progress using local storage
- Light and dark mode
- Hardware keyboard support
- Statistics
- Responsive layout
Click the button below to deploy your own copy of this repo to Netlify.
You can also build on this remake either by forking and/or submitting a pull request! Once you have a copy on your local machine, install the dependencies and start the NextJS server. The app will run on http://localhost:3000. Navigate to the address to begin playing locally!
$ cd wordle # if not here already
$ yarn # install deps
$ yarn dev # run it!