diff --git a/README.md b/README.md index 5266cd0a7f4a5a0385b502a99bdd255c19a99882..e22def1123dfcac0233cf3c4a86e9eaf813d4f7f 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,11 @@ We divided the frontend into roughly four modules; home, camera, profile and adm #### Home Module -[Bilder??] +<p align="center"> + <img src="images/home.png" alt="home" width="300"/> + <img src="images/register_location.png" alt="register location" width="300"/> + <img src="images/edit_location.png" alt="edit location" width="300"/> +</p> The home module is the first a user sees when they log into the application. A map containing all registered locations are displayed, including the user's current position if they have allowed the application to use it. If the user long press on the map, a new marker will be added and a button to add a new location will appear.