0.1.1 • Published 2 years ago

amazon_clone v0.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Amazon simulator not real

Table of Contents 📋

Project description

An ecommerce website to Free browse on tens of items. Get the best of Shopping and Entertainment with it. Enjoy low prices and great deals on the largest selection of everyday essentials and other products.

1- what this project does ?

2- Technologies 🖥️

3- Features ✨

 - Dark mode
 - Cool UI cards and carousel
 - Easily browsing
 - Google Authentication

4- Future updates 🌼

#1 Product classification --organizes products-- into categories based mostly on similarity, and price range.
#2 Searching ability based on current category
#3 Payment method with vodafone cash 😜
#4 Performance improvements
#5 Accessibility

How to install and run the project ⬇️

Install amazon-clone with npm

  npm install amazon-clone
  cd amazon-clone

Run Locally

1- Clone the project

  git clone https://link-to-project

2- Go to the project directory

  cd my-project

3- Install dependencies

  npm install

4- Start the server

  npm run start

online view demo and any other related links

Live Demo: amazon-clone

Lessons Learned

What I learn while building this project ? 🥇

#1 State Managment with Redux
#2 Authentication with firebase service

What 🌊 challenges did you face and how did you 💪 overcome them ?

- Challenge: Drilling props -- It was difficult to share data among app components--
+ Solution : Use Redux tool -- To make Single source of truth for app data --

Authors