Commit d45254a

NobodyForNothing <82763757+NobodyForNothing@users.noreply.github.com>
2023-05-18 07:38:54
Update README.md
1 parent e685edb
Changed files (1)
README.md
@@ -1,19 +1,46 @@
-# blood pressure monitor
+<div align="center">  
+  <img src="https://github.com/NobodyForNothing/blood-pressure-monitor-fl/blob/79b8a2d38703a5ff6d491019ba51b0374c39963a/android/app/src/main/res/drawable/icon.png" width="20%" height="20%"></img>
+</div>
 
-Track your blood pressure wherever you go. offline, ad-free and open.
-This application allows you to easily store your records and export all your records to a csv file. 
+
+<h1 align="center"> blood pressure monitor </h1>
+<p align="center">
+  <a href="[https://github.com/NobodyForNothing/blood-pressure-monitor-fl/actions/workflows/CI.yml">
+    <img src="https://github.com/NobodyForNothing/blood-pressure-monitor-fl/actions/workflows/CI.yml/badge.svg" alt="CI status" />
+  </a>
+  <a href"https://github.com/NobodyForNothing/blood-pressure-monitor-fl/releases/latest">
+    <img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/NobodyForNothing/blood-pressure-monitor-fl">
+  </a>
+  <img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/NobodyForNothing/blood-pressure-monitor-fl">
+</div>
+<p align="center">
+  A cross-platform app to save and analyze blood pressure values and allows easy data export
+</p>
+
+Track your blood pressure wherever you go. Offline, ad-free and open source.
+This application allows you to easily store your records and export all your records to a CSV file. 
 
 ## Getting Started
 
 To use this app, download the version for your platform from the release page.
 
-While building an ios app would be no problem code wise, but apples restrictive behavior makes this more complicated (and expensive). 
+While building an ios app would be no problem code wise, but apple's restrictive behavior makes this more complicated (and expensive). 
+
+## Screenshots
+<table style="width: 100%; border-collapse: collapse;">
+  <tr>
+    <td><img src="https://github.com/NobodyForNothing/blood-pressure-monitor-fl/blob/e685edb9a3835e8b8b5ca27862060715b02d5e8c/screenshots/example_home.png" height="100%" alt="Home"></img></td>
+    <td><img src="https://github.com/NobodyForNothing/blood-pressure-monitor-fl/blob/e685edb9a3835e8b8b5ca27862060715b02d5e8c/screenshots/example_settings.png" height="100%" alt="Settings"></img></td>
+    <td><img src="https://github.com/NobodyForNothing/blood-pressure-monitor-fl/blob/e685edb9a3835e8b8b5ca27862060715b02d5e8c/screenshots/example_stats.png" height="100%" alt="Statistics"></img></td>
+    <td><img src="https://github.com/NobodyForNothing/blood-pressure-monitor-fl/blob/e685edb9a3835e8b8b5ca27862060715b02d5e8c/screenshots/example_add.png" height="100%" alt="Add"></img></td>
+  </tr>
+</table>
 
-## todo:
+## TODO:
 
 - [ ] add to f-droid
 - [ ] add to play store (not coming soon)
-- [X] import from csv
+- [X] import from CSV
 - [ ] edit/delete entries in app
 - [X] ensure that no data loss can occur during version changes