Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/a93a/Qwez
Browse files Browse the repository at this point in the history
  • Loading branch information
a93a committed Feb 7, 2024
2 parents 09520cb + 6e9a8e8 commit c3686f7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Qwez

## What is Qwez?
Qwez is a questionare app! Here's what you can do:
Qwez is a questionare app! Here's the features & what you can do within the app:
- Create an account
- Log in and log out
- Change user password, email, and profile photo.
- Choose a category & difficulty and get 10 questions. You can now answer these to score points! But hurry up, there is a timer.
- See a global highscore of all users (incl. your own). You can see how you compare to other players.
- See a global highscore of all users (incl. your own). You can see how you compare to other players.
- The app uses Firebase for user authenticaion, storage (user profile photos) and maintaining highscores. When you create an account, log in, log out or delete an account it is all taken care of by Firebase. Photos are uploaded to Firebase storage, and access from there.

## Modernisation
This App is currently going through a modernisation process to change outdated components to modern, while still being written in Java (Mostly). Here is a TODO list of changes:
Expand All @@ -17,7 +18,7 @@ This App is currently going through a modernisation process to change outdated c
- :white_square_button: Migrate from RxBus
- :white_square_button: Redesign the UI elements
- :white_square_button: Migrate to Hilt

- :white_square_button: Migrate to Datastore

## OBS OBS OBS!!
- Please beware that Interactors (=Use cases) does perform a bit of "server-side" code!! This is because not having access to some of the paid-for features from Firebase (function triggers, etc). I did have to put some of the server side code in
Expand Down

0 comments on commit c3686f7

Please sign in to comment.