nexxeln / nexdle

A Wordle clone made with React, Tailwind CSS, Zustand

Home Page:https://nexdle.nexxel.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Wordle clone made with React, Tailwind CSS, Zustand

https://nexdle.nexxel.dev

License:Apache License 2.0


Languages

Language:TypeScript 94.4%Language:HTML 4.2%Language:JavaScript 0.9%Language:CSS 0.6%