Skip to content

An accessible version of the famous word game Wordle, built with React

License

Notifications You must be signed in to change notification settings

RuxinZ/project-wordle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Game

An accessible version of the famous Wordle.

Launch the game here.

This game was built as part of the projects for Josh Comeau's course The Joy of React. Additional features were added, including:

  1. a visual keyboard that indicates whether a letter has been checked or not.
  2. a reset button to restart the game.

Features under development:

  1. Verify the submitted word is valid
  2. A button to change the difficulty level (number of guesses allowed)
  3. A theme toggle between light and dark mode

Demo

Screen.Recording.2023-09-26.at.8.17.47.PM.mov

Local Setup

  • Fork the repo
  • Clone the repo and cd to the root of the project
  • Run npm install
  • Run npm run dev
  • Copy the local host address to your browser, and enjoy!

About

An accessible version of the famous word game Wordle, built with React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.8%
  • CSS 29.8%
  • HTML 2.4%