Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 753 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 753 Bytes

React Wordle

screenshot

Play here!

Overview

A Wordle clone made with React, TypeScript, TailwindCSS and Vite.

How to run locally

Clone the repository

git clone https://github.com/mitchell-vu/wordle-react-clone.git

Install dependencies

cd wordle-react-clone
yarn install

Run the app

yarn dev

Contributing

Contributions are welcome!