Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/khalil-codes/wordle-clone

A simple clone of infamous wordle game. Built using React and Context API. Also you don't have to wait hours to play new game, you can play as many games you want. You get 6 attempts to guess 5 letter word.
https://github.com/khalil-codes/wordle-clone

clone-app context-api react wordle-game

Last synced: 27 days ago
JSON representation

A simple clone of infamous wordle game. Built using React and Context API. Also you don't have to wait hours to play new game, you can play as many games you want. You get 6 attempts to guess 5 letter word.

Awesome Lists containing this project

README

        

# Getting Started with Wordle Clone App

A simple clone of infamous wordle game. Built using React and Context API. Also you don't have to wait hours to play new game, you can play as many games you want. You get 6 attempts to guess 5 letter word.

![Wordle Clone](./snapshot/wordle-clone-react.png)

## Available Scripts

In the project directory, you can run:

### `npm install`

Installs the depedencies inorder to run the app.

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.\
You will also see any lint errors in the console.