Chapter 2 Assignment
Make a sale offline + sync
The brief
Disconnect from the internet. Record three sales in your app. Reconnect. Confirm all three sync to the server within 30 seconds and appear on the admin panel.
You've completed this when
- Sales recorded offline persisted to local SQLite
- Outbox rows visible while offline
- After reconnect, sales appear on the server side
Worked through every criterion?
Push your code to GitHub, paste the link in your notes.md, and move on.
Continue to ch.3: Frameless Window UI