As most people know by now, the game Wordle has exploded in popularity since its launch in 2021. The game is a word puzzle that is played by placing letters on a grid, trying clueless, to get the right word of the day.
Inspired by the game, I created a web app that allows you to save your wordle for the day and keep track of your progress.
It's currently under development, but you can see a screenshot of the app on it's current state.
First, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
