From 59f8e65393508558eb394eb57bc68b31c3584c2b Mon Sep 17 00:00:00 2001 From: Fabian Haukedal Johansen Date: Wed, 15 Apr 2026 10:32:47 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 7250f20..cc43241 100644 --- a/README.md +++ b/README.md @@ -33,15 +33,3 @@ After starting expo, you can: - press a in the terminal to open the app in the Android emulator If you use the Android emulator, make sure it is already running before starting the app. - -## Requirements met - -- Code is clean and professional, and contains zero console.logs: 10% -- Pagination and load More functionality using range: 20% -- Auth is now also properly handled in root / _layout.tsx: 10% - -There is not a really a "test" I can do, because the user is unable to access anything other than auth-screen unless they are logged in. No matter which screen the user is on, unless they are logged in, they will be re-routed to auth. This is how I designed auth-management making a test difficult to simulate. On top of this, no note is loaded if user is not "authenticated". This is handled on the back-end with RLS. - -Thank you for a second chance, I have learned my lesson. - -- Total: 40%