Skip to content

ayaan278/Wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle

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