A clone of the popular word puzzle game Wordle, built with React, Framer Motion for animations, and Chakra UI for styling.
- Classic Wordle gameplay.
- Smooth animations using Framer Motion.
- Responsive design with Chakra UI.
- Keyboard support for better user experience.
To get a local copy up and running, follow these simple steps.
Make sure you have Node.js and npm installed. You can download them from here.
git clone https://github.com/Miloszzz2/wordle-app.git
cd wordle-app
npm install
npm start
This will start the development server and you can view the app in your browser at `http://localhost:3000\`.
npm run build
This will create an optimized production build of the app in the `build` folder.