Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kiplingkelvin authored Jan 21, 2022
1 parent ed0122f commit 6714d77
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Arty Application.

Arty is a simple android application that enables the user to post and sell his/her art online.

##### Application features:

* Email and Password (Login).
* User registration with verification link sent to the users email.
* Customizable user profile with users profile image.
* Listing of avilable posts using recycler view.
* Adding item to cart and checkout
* Mpesa push STK

## Preview

<img src="demo.gif" alt="demo" width="250" height="400"/>

# Api's Used

### Mpesa Library
#### Gradle
```groovy
dependencies {
implementation 'com.twigafoods:daraja:0.1.2'
}
```
## Adding firebase google-services.json
*Remember to register your application in firebase and add the google-service.json file to the app folder*




0 comments on commit 6714d77

Please sign in to comment.