https://github.com/parmodkumar28/buybusy-i
Coding Ninjas assignment for a simple shopping app using react.
https://github.com/parmodkumar28/buybusy-i
cloud-server context-api css3 firebase firebase-auth frontend html5 javascript react
Last synced: 2 months ago
JSON representation
Coding Ninjas assignment for a simple shopping app using react.
- Host: GitHub
- URL: https://github.com/parmodkumar28/buybusy-i
- Owner: ParmodKumar28
- Created: 2024-01-09T08:38:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T16:48:57.000Z (over 2 years ago)
- Last Synced: 2024-04-14T07:22:09.828Z (about 2 years ago)
- Topics: cloud-server, context-api, css3, firebase, firebase-auth, frontend, html5, javascript, react
- Language: JavaScript
- Homepage:
- Size: 601 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Busy Buy
Busy Buy is an e-commerce web application built with React. It allows users to sign up, sign in, browse products, add them to the cart, and make purchases.
## Features
- User authentication (Sign Up, Sign In, Logout)
- Product browsing and filtering
- Shopping cart functionality
- Order history tracking feature
## Project Structure
The project is organized into several components, pages, and context files.
## src
- Components
- Context
- Database
- Pages
## Getting Started
## 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:
- git clone https://github.com/ParmodKumar28/BuyBusy-I
2. Navigate to the project directory:
- cd BuyBusy-I
3. Install dependencies:
- npm install
4. 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
2. Open the app in your browser:
- http://localhost:3000