From 6714d77e412032e36090eebd3068f6833a4ccf58 Mon Sep 17 00:00:00 2001 From: marichtech <54105474+MarichTech@users.noreply.github.com> Date: Sat, 22 Jan 2022 02:20:35 +0300 Subject: [PATCH] Create README.md --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9f985cb --- /dev/null +++ b/README.md @@ -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 + +demo + +# 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* + + + +