Skip to content

nexxeln/nexdle

Repository files navigation

nexdle

screenshot

CodeFactor license

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

vitest-ui

Contributing

Contributions are welcome!

License

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