Skip to content

HelloWorld-er/Wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle

Intro

This is an open-source wordle game. Tauri + Next.js + Tailwind are used.

Acknowledgement

  • 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 inside wordle/public/wordleList.json is the word list modified from it.