https://github.com/grayoj/wordle-clone
A fun clone of the popular wordle game by the NY Times. Inspired by Reactle & Wordle clone in JavaScript. TypeScript & JavaScript versions included
https://github.com/grayoj/wordle-clone
javascript typescript wordle
Last synced: 2 months ago
JSON representation
A fun clone of the popular wordle game by the NY Times. Inspired by Reactle & Wordle clone in JavaScript. TypeScript & JavaScript versions included
- Host: GitHub
- URL: https://github.com/grayoj/wordle-clone
- Owner: grayoj
- Created: 2022-04-29T08:49:02.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-09T11:03:43.000Z (almost 3 years ago)
- Last Synced: 2025-04-09T23:00:02.078Z (2 months ago)
- Topics: javascript, typescript, wordle
- Language: JavaScript
- Homepage:
- Size: 507 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordle Clone
This is a fun, simple wordle clone written in JavaScript & TypeScript. You can contribute, make pull requests, and improve the project if you wish.
# For JavaScript
The root directory, is the react-app version in the standard JavaScript and JSX file format and structure.## Requirements
1. Node.js
2. Yarn
3. Wordle Bank (Already available)## Installation
First Clone the repository, on you own local machine. By hitting
`git clone https://github.com/grayoj/wordle-clone.git `Run `yarn add` to install dependencies that was used in the project
Run `yarn start` to boot up the application, in development mode
# For TypeScript
Still in development mode. Feel Free to make contributions. MIT License