/emag_clone

eMag clone for GAD course

Primary LanguageDart

emag_clone (670')

eMag app clone

Project setup (35')

  • dependencies (10')
  • redux (10')
  • services config (15')

Loading screen (10')

  • show app logo for 3 secs (10')

Authentication (85')

  • login/register with email and password (15')
  • login/register with google (25')
  • login/register with apple (25') (optional)
  • logout (10')
  • forgot password (10')

HomePage (120')

  • search products (15')
  • highlight products per category (25')
  • add products to cart (10')
  • show all products from a category (25')
  • filter and sorting (35')
  • presentation layout (list, grid, hero) (10')

Product page (90')

  • share (10')
  • add products to cart (10')
  • add to favorites (10')
  • reviews (20')
  • review comments (20')
  • ask questions (20')

Search + Categories (100')

  • search products (15')
  • navigate all categories and subcategories (25')
  • recently viewed category (15')
  • filter and sorting (35')
  • presentation layout (list, grid, hero) (10')

Shopping cart (65')

  • show all products (15')
  • add voucher (15')
  • show total amount (10')
  • redirect to Search + Categories if cart is empty (10')
  • buy again (15')

Checkout (45')

  • add address (20')
  • add payment method (25')

Favorites (30')

  • show list of favored products (15')
  • buy again (15')

Profile (90')

  • my orders (15')
  • delivery addresses (25')
  • edit profile (15')
  • choose what notifications to receive
  • notifications (35')
    • a favorite product is on sale
    • someone commented on your review
    • someone liked your review