mirror of
https://github.com/Myzel394/quid_faciam_hodie.git
synced 2025-06-30 20:50:57 +02:00
79 lines
2.6 KiB
Markdown
79 lines
2.6 KiB
Markdown
<img src="assets/logo.svg" float="left" width="200" />
|
|
|
|
# Quid faciam Hodie
|
|
|
|
## What did I do toady?
|
|
|
|
Find out what you did all the days and unlock moments you completely forgot!
|
|
|
|
|
|
## Showcase
|
|
|
|
### Available for Android
|
|
|
|
<p float="left">
|
|
<img src="readme_content/store_previews/android/0_timeline.png" width="150" />
|
|
<img src="readme_content/store_previews/android/1_calendar.png" width="150" />
|
|
<img src="readme_content/store_previews/android/2_details_1.png" width="150" />
|
|
<img src="readme_content/store_previews/android/2_details_2.png" width="150" />
|
|
<img src="readme_content/store_previews/android/3_welcome.png" width="150" />
|
|
<img src="readme_content/store_previews/android/4_login.png" width="150" />
|
|
</p>
|
|
|
|
### As well as for iOS!
|
|
|
|
<p float="left">
|
|
<img src="readme_content/store_previews/ios/0_timeline.png" width="150" />
|
|
<img src="readme_content/store_previews/ios/1_calendar.png" width="150" />
|
|
<img src="readme_content/store_previews/ios/2_details_1.png" width="150" />
|
|
<img src="readme_content/store_previews/ios/2_details_2.png" width="150" />
|
|
<img src="readme_content/store_previews/ios/3_welcome.png" width="150" />
|
|
</p>
|
|
|
|
|
|
## App checkup
|
|
|
|
* :heart: Created using Flutter
|
|
* :apple: Native behavior on Android & iOS
|
|
* :white_check_mark: Tested on multiple real devices
|
|
* :u7a7a: Completely localized (available in English & German)
|
|
* :flashlight: Usage of Supabase's Auth, Database, Storage & Realtime functionality
|
|
* :new_moon_with_face: Supports dark mode
|
|
* :fast_forward: Optimized for efficient behavior
|
|
|
|
|
|
## Quick start
|
|
|
|
### Create an account / log in
|
|
|
|
Go through the welcome screen and log in with your email and password.
|
|
If you don't have an account already, we will automatically create one for you.
|
|
|
|
### Create a new memory
|
|
|
|
Press on the shutter button once to create a photo.
|
|
Hold it down to create a video.
|
|
|
|
### View your memories
|
|
|
|
Tap on the bottom right image / movie to view your timeline.
|
|
You can swipe to see all your memories from here.
|
|
|
|
|
|
## Hint for the jury
|
|
|
|
The app can run directly after building it. All API Keys are stored in code.
|
|
To protect them from simple bots, they are converted to base64.
|
|
Once the Hackathon is over, all API keys will be removed.
|
|
|
|
By default, this app will use the Supabase project from me (Myzel394).
|
|
I do not share your data and I do not download it.
|
|
If you want to host your own Supabase project (which is highly recommended), you can replace your
|
|
own API key under `lib/constants/apis.dart`;
|
|
|
|
You will need to replace `SUPABASE_API_URL` to your URL and `SUPABASE_API_URL` to your API key.
|
|
|
|
Aaaaaand most importantly:
|
|
|
|
Have fun! :smile:
|