Skip to content

The Amazon clone project is a web app using React, Redux, Firebase, and Tailwind CSS to replicate Amazon's functionalities, including product browsing, cart management.

Notifications You must be signed in to change notification settings

VISHAL-038/Amazon_clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Clone

This project is a web application built using React, Redux, Firebase, and Tailwind CSS to replicate the core functionalities of Amazon, such as product browsing and cart management.

Features

  • Product Browsing: Users can browse a list of products available on the platform.
  • Product Details: Users can view detailed information about each product.
  • Cart Management: Users can add products to their cart and manage the quantities.
  • User Authentication: Users can sign up, log in, and log out of their accounts.
  • Order Placement: Users can place orders for products in their cart.

Technologies Used

  • React: Frontend library for building user interfaces.
  • Redux: State management library for managing application state.
  • Firebase: Backend-as-a-Service (BaaS) platform for authentication and data storage.
  • Tailwind CSS: Utility-first CSS framework for styling the UI.

Getting Started

  1. Clone the repository:

    git clone https://github.com/your-username/amazon-clone.git
  2. Install dependencies:

    cd amazon-clone
    npm install
  3. Set up Firebase: Create a Firebase project at Firebase Console. Add your Firebase configuration to the project (src/firebase.js).

  4. Run the application:

      npm start
  5. Open http://localhost:3000 in your browser to view the app.

About

The Amazon clone project is a web app using React, Redux, Firebase, and Tailwind CSS to replicate Amazon's functionalities, including product browsing, cart management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published