GithubHelp home page GithubHelp logo

iadtya / amazon-clone Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 348 KB

BuyBusy is a web application for the customers of an e-commerce business. It is a clone of the popular e-commerce platform, Amazon. The application is developed using React.js and Firebase.

Home Page: https://amazon-clone-aditya-khedekars-projects.vercel.app/

HTML 5.27% JavaScript 94.47% CSS 0.26%

amazon-clone's Introduction

Amazon-Clone - BuyBusy

BuyBusy is a web application for the customers of an e-commerce business. It is a clone of the popular e-commerce platform, Amazon. The application is developed using React.js and Firebase.

Goal

The goal of this project is to develop an E-Commerce application that enables individuals to browse available items, add or remove them from their shopping cart, and complete the purchasing process.

Features

  • User Registration and Login using Firebase Authentication.
  • CRUD functionality for products in the cart using Firebase Firestore.
  • Routing using react-router-dom for different pages.
  • useContext() hook for managing user authentication and products.
  • Proper state management and use of React Hooks for handling user interactions and data updates.
  • High standard code quality with proper documentation.
  • Search and filter functionality for products.
  • Display of absence of data and loading state using react-spinners library.
  • Toast messages for async actions and error conditions using react-toastify library.

Project Structure

The project has the following structure:

amazon-clone
├── src
│   ├── index.js
│   ├── App.js
│   ├── components
│   │   ├── ProductCard.js
│   │   ├── Sidebar.js
│   │   └── Spinner.js
│   ├── pages
│   │   ├── HomePage.js
│   │   ├── CartPage.js
│   │   ├── LoginPage.js
│   │   ├── RegisterPage.js
│   │   └── OrdersPage.js
│   ├── context
│   │   ├── AuthContext.js
│   │   └── ProductContext.js
│   ├── firebase
│   │   └── firebaseConfig.js
│   └── utils
│       └── searchAndFilter.js
├── package.json
└── README.md

Installation

To install the project, follow these steps:

  1. Clone the repository.
  2. Navigate to the project directory.
  3. Run npm install to install the dependencies.
  4. Run npm start to start the application.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

amazon-clone's People

Contributors

iadtya avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.