nexdle

A Wordle clone made with React, Tailwind CSS, Zustand

APACHE-2.0 License

Stars
27
Committers
1

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
  • Run the app
yarn dev
  • To run tests
yarn test
  • To run tests using the insane vitest ui feature
yarn test:ui

Contributing

Contributions are welcome!

License

This repository is licensed under the Apache 2.0 license, generated by gen-license.

Related Projects