Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 568 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 568 Bytes

Word Game

Recreating the online word game, Wordle:

Demo showing the finished product, our Wordle clone

In Wordle, users have 6 attempts to guess a 5-letter word. You're helped along the way by ruling out letters that aren't in the word, and being told whether the correct letters are in the correct location or not.

Getting Started

This project is created with create-react-app. It's intended to be run locally, on your computer, using Node.js and NPM.


This project is from The Joy of React, a comprehensive React.js course.