Skip to content
/ Wordle Public

React.JS based extended Wordle game with flexible board size

Notifications You must be signed in to change notification settings

Ronid1/Wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle Clone With Flexible Board Size

This project is a Wordle game that allows user to choose the board size at the beginning of each round (length of word and num of attempts).

The app is built primarily using react, with some node.js for the server side. words are fetched from RapidAPI Random Words API, and guesses are cross-checked in Free Dictionary API.

How to Play?

You will need to clone this project and run it on your local machine (make sure you have npm installed). Start the frontend and back end in the project directory:

Frontend: npm start

Backend: npm run backend

Navigate to http://localhost:8000 and enjoy :)

About

React.JS based extended Wordle game with flexible board size

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published