Thanks to visit codestin.com
Credit goes to github.com

Skip to content

MPBaptista/wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordle

A Wordle clone built using javascript and inspired by Ania Kubow's implementation.

Getting Started

In order to run the game it is necessary to create a RapidAPI account.

.env

Now create a .env file in the root of your project with the following:

RAPID_API_KEY={your_rapid_api_key}

To run this project please type the following commands:

npm i

This will install all the necessary dependencies.

npm run start:backend

This will start the backend on http://localhost:8000.

copy the path to your index.html file

Copy the path to this file and paste it in your browser to see the game and play.

To learn React, check out the React documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published