A small app that uses a custom server to send register and login requests. These requests can fail, so this needs to be handled accordingly.
The server is the Login Error Example Server.
- Handle case of wrong url or server down in app.
- Use an
Enum
or something similar for error cases instead of Strings.