
pwa
reactjs
vitejs
🇮🇹 Wordle-ita 🇮🇹
Unofficial Italian fan-made version of Wordle. This version stays true to the original’s word puzzle mechanics, offering endless gameplay with over 3,000 words to guess, the ability to track your stats, and detailed performance insights. Play without limits, challenge your vocabulary, and improve your skills with every guess, all in Italian!
You have six attempts to guess a five-letter word, with feedback given for each guess in the form of colored tiles indicating when letters match or occupy the correct position. Green tiles indicate that a letter is both correct and in the correct position, yellow tiles mean the letter is correct but in the wrong position, and gray tiles show that the letter is not in the word at all. The goal is to use this feedback to adjust your guesses and find the word within six tries.
📚 Stack
- Vite.js - A local development server and used by default by Vue and for React project templates
- React.js - A front-end JavaScript library
- Zustand - A small, fast and scalable bearbones state-management solution
📂 Project structure
$PROJECT_ROOT
│ # Source folder
├── src
│ │ # Images and other assets
│ ├── assets
│ │ # Json files (italian dictionary)
│ ├── dict
│ │ # React custom hooks
│ ├── hooks
│ │ # React components used as modals
│ ├── modals
│ │ # Utility functions
│ ├── utils
│ │ # App.tsx and main components
│ └── *
│
│ # Static files
└── public
▶️ How to try it
You can try this unofficial version of Wordle on the website:
- Wordle-ita 🇮🇹
It's now possible to install the web app on your device and play OFFLINE. You can use Chrome on desktop, or you can add the website to your smartphone's home page.
Otherwise you can clone the Github repository and run it on your pc
yarn # install dependencies
yarn dev # run a local hosting server
npm run deploy # deploy to github pages
📷 Screenshots
Mobile (light theme)
Desktop (dark theme)