Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 829 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 829 Bytes

React App

A New York times famous puzzle game created with React. Guessing the correct 5 letter word in 6 tries.

Guesses

image image image

Win Screen

image

Lose Screen

image

To Run :

npm run start or npm start

and in another terminal

json-server ./data/db.json --port 3001