Skip to content

seydanurkuvvetli/EcommerceApp

Repository files navigation

E-Commerce App

This application is the capstone project of the Android Development Bootcamp program organized by Up School in cooperation with Akbank.

The project is an e-commerce application. Users can log in after registering for the application.After logging in, they can list the products by category, see the details of these products, add them to their favorites or cart or delete them from there.

If a product is forgotten in the cart, a notification is sent to the user as long as the user does not log out of the application.

Product listing and adding to cart operations are done with API, and adding to favorites is done with room database.

Here are the technologies I used in this project:

  • MVVM
  • Hilt
  • Coroutines
  • Navigation Component
  • Retrofit
  • Room
  • Firebase Auth
  • Glide
  • Chucker
  • WorkManager
  • Project Screenshots:

    Splash Screen SignUp Screen SignIn Screen
    project-screenshot project-screenshot project-screenshot
    Home Screen Detail Screen Favorite Screen
    project-screenshot project-screenshot
    Cart Screen Payment Screen Payment Screen
    Success Screen Search Screen Profile Screen
    WorkManager