Skip to content

harshpathakzz/eCommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-commerce Project - Shopifyn

This project is an e-commerce application built using React.js, Vite, Firebase, Material UI, and Yarn. It provides various features for browsing and purchasing products, as well as authentication and user management capabilities.

Features

  1. Filters: Users can sort products by price (low/high), rating, and apply filters based on a specific rating or price range.
  2. Protected Routes: Certain actions, such as adding products to the cart, require authentication. Users must be logged in to perform these actions.
  3. Quantity Management: Users can increase or decrease the quantity of products in their cart.
  4. Search: The application allows users to search for any product using a search bar.
  5. Authentication: Three authentication methods are available: guest login, email and password authentication, and Google login.

To-Do

The following features are planned for future development:

  1. Wish Listing: Add the ability for users to create and manage wish lists.
  2. Order History: Implement a feature that displays the user's order history, allowing them to track past purchases.
  3. Payment Gateway Integration: Integrate a payment gateway to enable secure online payments.

Installation and Setup

To set up the project locally, follow these steps:

  1. Ensure you have Node.js installed on your machine.

  2. Clone the repository or download the source code.

  3. Open a terminal and navigate to the project's root directory.

  4. Run the following command to install project dependencies:

    yarn
  5. Create a Firebase project and obtain the configuration details (API keys, project ID, etc.).

  6. Rename the .env.example file to .env and update the values with your Firebase configuration.

  7. Start the development server:

    yarn dev

Tech Stack

React Firebase Material UI yarn Git

The project utilizes the following technologies:

  • React.js: A JavaScript library for building user interfaces.
  • Vite: A fast build tool for modern web applications.
  • Firebase: A backend-as-a-service platform providing authentication, database, and storage services.
  • Material UI: A popular React component library for building user interfaces.
  • Yarn: A package manager for managing project dependencies.

License

This project is licensed under the MIT License. Feel free to use, modify, and distribute the code for personal or commercial purposes.

🔗 Links

linkedin twitter

Releases

No releases published

Packages

No packages published

Languages