made a small prototype with a navbar

This commit is contained in:
Odweta
2026-03-22 17:18:36 +01:00
parent ea85589767
commit 0219155f8e
15 changed files with 212 additions and 113 deletions
@@ -0,0 +1,7 @@
// talks to the DB itself
// TODO: mock for now!
class QuoteRepository {
final String _dbBaseUrl = 'https://hlaskovnik-reimagined-latest.onrender.com';
}