This is an open-source wordle game. Tauri + Next.js + Tailwind are used.
- Tauri 2.0: The framework used to build this app, allowing it to run as a desktop application.
- NextJS: The framework used to build the frontend of this app, providing a robust and scalable architecture.
- TailwindCSS: The CSS framework used for styling this app, enabling rapid and responsive design.
- GSAP: The animation library used to create smooth and engaging animations in this app.
- wordle-list: The word list used in this project is sourced from tabatkins/wordle-list which is licensed under the MIT License.
the cloned wordle-list is inside the folder
external-resources/wordle-list
. The file insidewordle/public/wordleList.json
is the word list modified from it.