Clone of Wordle remade using a SolidJS-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)
- SolidJS (UI framework)
- Vite (Frontend web application build tool)
- Tailwind (CSS utility framework)
- DaisyUI (Tailwind-based UI component library)
- Solid Testing Library (SolidJS Testing Library)