Skip to content

Miloszzz2/wordle

Repository files navigation

Wordle App

A clone of the popular word puzzle game Wordle, built with React, Framer Motion for animations, and Chakra UI for styling.

Table of Contents

Demo

image Check out the live demo .

Features

  • Classic Wordle gameplay.
  • Smooth animations using Framer Motion.
  • Responsive design with Chakra UI.
  • Keyboard support for better user experience.

Installation

To get a local copy up and running, follow these simple steps.

Prerequisites

Make sure you have Node.js and npm installed. You can download them from here.

Clone the repository

git clone https://github.com/Miloszzz2/wordle-app.git
cd wordle-app

Install dependencies

npm install

Usage

Run the app locally

npm start

This will start the development server and you can view the app in your browser at `http://localhost:3000\`.

Build the app for production

npm run build

This will create an optimized production build of the app in the `build` folder.

Technologies Used

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published