Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afcms/react-wordle
React Wordle
https://github.com/afcms/react-wordle
react reactjs wordle
Last synced: 17 days ago
JSON representation
React Wordle
- Host: GitHub
- URL: https://github.com/afcms/react-wordle
- Owner: AFCMS
- License: gpl-3.0
- Created: 2022-06-07T13:04:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T23:40:15.000Z (7 months ago)
- Last Synced: 2024-10-10T22:16:37.217Z (about 1 month ago)
- Topics: react, reactjs, wordle
- Language: TypeScript
- Homepage: https://react-wordle-afcm.vercel.app/
- Size: 771 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Wordle
This React Wordle was made by AFCM as a challenge.
It uses **ReactJS** with the **Vite** framework and **TailwindCSS**.
![Wordle](./screnshot.png)
## Running
A random word API url is configured in the `.env` file of the workspace. If you want to change it you can define it in a `.env.local` file.
To run the project and access it on port 5173:
```sh
npm start
```To make a production build:
```sh
npm run build
```