Update README.md

This commit is contained in:
Fabian Haukedal Johansen
2026-04-15 10:32:47 +02:00
committed by GitHub
parent 582e8f13b0
commit 59f8e65393

View File

@@ -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%