Skip to content

Commit 098fbdf

Browse files
authored
readme updated with more details about the scope of the application
1 parent 4a8b209 commit 098fbdf

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,24 @@
44

55

66

7-
# AngularJS exercise example
7+
# AngularJS exercise
88

9-
This is an exercise taken as an example for the interviews showing how I work with AngularJS and its components, HTTP requests, services and directives.
9+
This is an exercise for an interview showing how I work with AngularJS and its components, HTTP requests, services and directives.
1010

11+
In the sidebar there is a list of people retrieved using a service. This list is receiving this information via a HTTP request to a JSON file in the data directory (this file could be found in a remote server or requested trough an API).
1112

13+
Clicking on one of those names, the details of the selected person can be seen in the middle of the screen (please note that the images are always different because I am using a lorem ipsum website for images, instead of a proper cdn).
1214

13-
### Some notes on the web application:
15+
On mobile resolutions, the sidebar is sliding in and out to save space for the main page content. The sidebar can be opened via the "Hamburgher menu" in the header and closed by clicking away of it or via the black cross at the top of the sidebar itself.
16+
17+
18+
### Live Demo
19+
20+
[See it in action!](https://riccardo-andreatta-live.herokuapp.com/)
21+
22+
23+
24+
### Some notes about this web application:
1425

1526
- It is responsive (mobile first)
1627
- Styles are built using SASS
@@ -43,7 +54,7 @@ The app is served by default at `http://localhost:9050/` but you can change the
4354

4455

4556

46-
### Compile the SASS and the JS
57+
### Compile the SASS and the JS locally
4758

4859
In a new terminal window, run `gulp` to compile the source files.
4960

0 commit comments

Comments
 (0)