A wordle clone made with React, TypeScript, Tailwind CSS, Vite and Zustand
nexdle
Play here!
If you’re finding the game difficult you can always use the wordle solver I made ?
Overview
A wordle clone made with React, TypeScript, TailwindCSS, Vite and Zustand. This project was a great learning experience for me, I learnt a lot about CSS grids, custom hooks in React, using state management libraries like Zustand, and how to use testing tools (Vitest in this case).
Run locally
- Clone the repository
git clone https://github.com/nexxeln/nexdle.git
- Install dependencies
cd nexdle
yarn install
- Run the app
yarn dev
- To run tests
yarn test
Contributing
Contributions are welcome!