Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/khalil-codes/wordle-clone
- Owner: Khalil-codes
- Created: 2022-03-16T04:55:49.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-17T06:15:22.000Z (almost 3 years ago)
- Last Synced: 2023-12-02T14:39:32.090Z (about 1 year ago)
- Topics: clone-app, context-api, react, wordle-game
- Language: TypeScript
- Homepage:
- Size: 334 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.