Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinbush authored Mar 2, 2022
1 parent b799f91 commit d6ec65a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
#Nectar
# Nectar
An android ecommerce application for groceries consuming the [Fruity API](https://github.com/kelvinbush/Fruity-S). Using
Jetpack compose, authentication with jwt and clean architecture.


###Features
### Features
* User can sign up and register on the app - authentication by jwt provided by the backend ([Fruity API](https://github.com/kelvinbush/Fruity-S)) or via social login.
* User can explore available products on the shop.
* User can view details of the product.
* User can add a product to cart.
* User can manage products in the cart (Increase or decrease or remove from cart).
* User can manage their account.

###The final app screens:
### The final app screens:

<p align="center">
<img src="images/1.png" width="33%"/>
Expand All @@ -37,10 +37,10 @@ Jetpack compose, authentication with jwt and clean architecture.
* MVVM - Model View View Model


###Features under heavy construction
### Features under heavy construction

- [ ] Adding social login
- [ ] Implementing search via the API
- [ ] Adding Paging 3
- [ ] Adding payment methods
- [ ] Uploading to Google Playstore
- [ ] Uploading to Google Playstore

0 comments on commit d6ec65a

Please sign in to comment.