Clone of Wordle remade using a React-based technology stack.
The solution word is randomly picked from a json array each time you play.
- Front-end code only, no REST APIs.
- Light/Dark mode toggle.
- Animated transitions.
- Instructions modal.
- TypeScript (Language)
- React (UI framework)
- Next.js (React web application framework)
- Chakra UI (UI component library)
- Framer Motion (Animation library)
- React Testing Library (Testing Library)