Skip to content

pedro-areal-torres/wordle-game

Repository files navigation

Wordle Game

This is the Wordle Game, built with React, ContextAPI, ReactHooks and hosted on Netlify.

Feel free to edit the code to make your own version and add features.

See the site live at:

Rules

Guess the WORDLE in six tries. Each guess must be a valid five-letter word. Hit the enter button to submit. After each guess, the color of the tiles will change to show how close your guess was to the word.

Rule 1

The letter W is in the word and in the correct spot.

Rule 2

The letter I is in the word but in the wrong spot.

Rule 3

The letter U is not in the word in any spot.

Build

Since this project was built with React, the first thing you'll need is a Code Editor.

  1. Make sure you have Node.js installed in your computer, and run:
yarn create react-app
  1. Then, clone the repository and change into the working directory:
git clone https://github.com/pedro-areal-torres/Wordle-Game
cd Wordle-Game
  1. Install all the necessary dependencies:
yarn install
  1. Start the development server with:
yarn start

Your site is now running at http://localhost:3000!

  1. Finally, if you want to build the application, use:
yarn build

Deploy

Deploy to Netlify

Learning React

If you are unfamiliar with React, follow their in-depth tutorial for creating a new React App.

About

Online Game: Guess the WORDLE in six tries.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published