Skip to content

Commit

Permalink
Add README.md and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Abrynos committed Feb 5, 2021
1 parent b4f1816 commit 3afada7
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
local.properties
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Description
This is the a simple Android application serving the purpose of a shopping list. It was originally done during my semester abroad in Poland at the [Polish-Japanese Academy of Information Technology](https://www.pja.edu.pl/en/). I modelled it after how I would use a piece of paper and kept it as simple as possible.

# Core features
- Simple and intuitive to use
- Dark and Light user interface
- Localized in German and English
- No permissions required
- No tracking or sharing any data

# Installation
Sadly I am too lazy to set everything up for the official app store. You can download an .apk file from the releases page.

1 change: 1 addition & 0 deletions app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build

0 comments on commit 3afada7

Please sign in to comment.