aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcinzelent <marcin@zelent.net>2020-12-08 20:18:08 +0100
committermarcinzelent <marcin@zelent.net>2020-12-08 20:18:08 +0100
commit77fbec1789179ce128d777bf6cd5bef83750a890 (patch)
tree8b5027eff24c2659a080a292a5f11196d0a83fb1 /README.md
parent9ecffe7854da65b39ae13b18be7da425777f1ee8 (diff)
Updated README
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 76872f6..0cd9086 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,14 @@
# Liberavem
+
+A simple Android app for collecting bird observations. Made during Mobile Development elective course at Erhvervsakademi Sjælland.
+
+## Preview
+
+| ![Preview](./screenshots/1.png) | ![Preview](./screenshots/2.png) | ![Preview](./screenshots/3.png) |
+| ------------------------------- | ------------------------------- | ------------------------------- |
+
+## Description
+
+The application allows saving bird observations with details such as time, location and population. It is possible to later browse your observations, as well as those made by other users.
+
+The app is written in Java with Android SDK. It connects to a REST API to save and retrieve data about birds and observations. The login and registration functionality is using Firebase.