Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.55 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.55 KB

CharMix

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.

charmix

This project consumes Free Dictionary API and Dicionário Aberto API of Universidade do Minho.

Available Scripts

In the project directory, you can run:

yarn install

Installs all the dependencies required to run and develop this application.

yarn dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

yarn build

Build a production-ready application.

yarn prebuild

Build a production-ready application, ignoring TypeScript errors.

yarn preview

Runs the production-ready app.
Open http://localhost:5000 to view it in the browser.