Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```