This wordle game is built using ReactJS, ChakraUI and JSON server This game have 7 words letters word to guess with only 5 attempts. It also have hints which only shows up after the failed 4th attempt.
Run back-end JSON server.
json-server ./data/db.json --port 3001
Run front-end server
npm start
This website is a clone of wordle - https://www.nytimes.com/games/wordle/index.html with some modifications
Built by following the tutorials from https://www.youtube.com/playlist?list=PL4cUxeGkcC9gXdVXVJBmHpSI7zCEcjLUX
Known issue - Not working on Mobile Browsers