← Go Back
Cartify
I built an E-commerce Application called Cartify where users can search and order
goods through the app. The products information is stored on Mongo DB
Some of the features of the application include :
- Full Catalogue of products from a backend service built on Express.js and stored on MongoDB
- AI based search using Algolia to search for products
- Payment of orders using M-Pesa API (For testing purposes)
- Cloudinary cloud services to store product images on the cloud
- Full cart functionality
- Full wishlist functionality for offline capabilities
Technologies Used include :
- Jetpack Compose
- Dagger Hilt for Dependency Injection
- Retrofit to make Api Calls
- Some of the google accompanist libraries for extra features
- Room Library for offline saved products
- Cloudinary for storing images and retrieving them via URL
- MVVM architecture
- Datastore to store user settings