This is an archived app that will no longer be worked on. It can be used to help you score a game of scrabble. You can play up to a 4 player game, and input words as you play, not worrying about the score, the app will keep track of that for you. It includes bingo functionality, letter and word multiplier functionality, and a word check based on the Enable word list. Other, smaller word lists are also included.
This is a monorepo that contains moth the frontend and backend code for the app. The frontend is a flutter app, and the backend is a django app.
The frontend is a flutter app developed mainly for iOS. The code is organized by features and tries to follow CLEAN architecture principles. More notes available inside the client/readme.md
.
The backend module contains several different django 'apps' including accounts
, api
, common
, and gemini
for google gemini api integration. It is set up to use docker and uses a customized django authentication system.