Skip to content

TraySimpson/Worgle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 

Repository files navigation

This project is a simple Wordle clone web I made to learn React

Worgle Screenshot

Run with Docker
cd worgle-react
docker build -t worgle-react-app .
docker run -p 3000:3000 worgle-react-app
Run with npm
cd worgle-react
npm install
npm start

TO DO

  • Reformat sizing to work on all device sizes/ratios
  • Create fadeout for messages
  • Add keydown event listener only on load
  • Add definitions after game finishes
  • Rework dictionary?
  • Optimize Docker image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published