-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ed0122f
commit 6714d77
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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* | ||
|
||
|
||
|
||
|