CharMix is a Progressive Web Ap developed with Vue3, TypeScript, Vite, Pinia and SCSS. It is a word game based on the popular Wordle but it can be played anywhere, at any time, due to offline-first capability. Its aim is to guess a word with a predefined number of letters, in a predefined number of tries. This game can be played anytime and anywhere due to is offline capability, and in 6 different languages:
- Portuguese (pt-PT)
- English (en-UK)
- German (de-DE)
- French (fr-FR)
- Spanish (es-ES)
- Italian (it-IT)
Play it here.
Download from Google Play Store.
This project consumes Free Dictionary API and Dicionário Aberto API of Universidade do Minho.
In the project directory, you can run:
Installs all the dependencies required to run and develop this application.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Build a production-ready application.
Build a production-ready application, ignoring TypeScript errors.
Runs the production-ready app.
Open http://localhost:5000 to view it in the browser.