Code Monkey home page Code Monkey logo

buybusy-ii's Introduction

Busy Buy ๐Ÿ›’

Busy Buy is an e-commerce web application built with React and Redux toolkit. It allows users to sign up, sign in, browse products, live filter products, add them to the cart, and make purchases.

Features ๐Ÿš€

  • User authentication (Sign Up, Sign In, Logout)
  • Product browsing and filtering
  • Shopping cart functionality
  • Add to order or purchase
  • Order history tracking

Technologies Used ๐Ÿ’ป

  • React: Building user interfaces with JavaScript.
  • Redux Toolkit: Managing app state efficiently.
  • Firebase: Cloud platform for web app development.
  • HTML, CSS, JavaScript: Standard web technologies.

Project Structure ๐Ÿ—๏ธ

The project is organized into several components, pages, and database and Redux files

  • src
    • Components
    • Database
    • Pages
    • Redux
      • Reducers
      • Store.js

๐Ÿฟ Video

BuyBusy-II.E-Commerce.mp4

Firestore Database Structure ๐Ÿ—ƒ๏ธ

collections:

  • users: Store users' information.
  • cart: Store cart items of all users.
  • orders: store orders of all users.

Getting Started ๐Ÿš€

To get a local copy of the project and run it on your machine, follow these steps:

Prerequisites โš™๏ธ

  • Node.js and npm/yarn installed on your machine
  • Firebase project and credentials (Firestore setup)

Installation ๐Ÿ› ๏ธ

  1. Clone the repository:
  1. Navigate to the project directory:
  • cd BuyBusy-II
  1. Install dependencies:
  • npm install
  1. Set up Firebase:
  • Create a Firebase project and set up Firestore.
  • Obtain Firebase configuration credentials.
  • Add Firebase config in firebaseConfig.js or similar, if not already present.

Usage ๐Ÿš€

  1. Start the development server:
  • npm start
  1. Open the app in your browser:

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.