This project is a simple clone of the popular word game Wordle, built with React and Typescript. Try it out here
-
Clone the project repository
git clone https://github.com/AlexanderNeo427/Wordle-Clone.git
-
Navigate to the root of the project folder
cd Wordle-Clone
-
Install dependencies:
npm i
-
Start the development server:
npm run dev
-
Open your browser and go to the URL indicated in the console
http://localhost:5173