Skip to content

Commit 8f2a727

Browse files
Readme formatting
1 parent c22e5e8 commit 8f2a727

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
#Moneybox Technical Task
1+
# Moneybox Technical Task
22

3-
##The Brief…
3+
## The Brief…
44
Create a screen that allows a user to login to their moneybox account and display their total plan value.
55

66
Duration: 2 hours
77

8-
##What we are looking for…
8+
## What we are looking for…
99
A fully working Android application
1010
Clean coding style
1111
Demonstration of architecture choices
1212
UI considerations including validation
1313
Unit Tests
1414

15-
##The Project…
15+
## The Project…
1616
The project includes the networking code and models to complete the task, you will just need to integrate them and implement the logic.
1717

1818
The `Networking` class contains the `OkHttp` and `Retrofit` instances with the required headers for an unauthenticated request.
1919
The `models` package contains the request and response models with all the fields required for the rest of the task.
2020

21-
##Part 1 - Login Screen…
21+
## Part 1 - Login Screen…
2222
We would like to allow the user to enter their email address and password and login to our app. Please design your screen according to the wireframes below:
2323

2424
To login please use the endpoint and credentials below:
@@ -29,7 +29,7 @@ Password: P455word12
2929
```
3030
You can use `LoginRequest` to make your request and `LoginResponse to parse your response.
3131

32-
##Part 2 - Display Plan Value
32+
## Part 2 - Display Plan Value
3333
Once you have logged in, please create a simple screen that displays the user's `TotalPlanValue`. Please design your screen according to the wireframe below:
3434

3535
To retrieve this data please use the endpoint with an additional authorization header, replacing BEARER_TOKEN_HERE with the bearer token you get in `SessionDataResponse`:
@@ -42,5 +42,5 @@ Header value: Bearer {BEARER_TOKEN_HERE}
4242
```
4343
You can use the `AllProductsResponse` to parse this response and retrieve the plan value.
4444

45-
##How to submit your test…
45+
## How to submit your test…
4646
Please push your project to Github and invite android@moneyboxapp.com to view your project.

0 commit comments

Comments
 (0)