Skip to content

It is a e-commerce website which is mainly developed by using HTML CSS JAVASCRIPT and REACT as a frontend and backend we are using the firebase to authenticate with the login credentials

Notifications You must be signed in to change notification settings

SathvikaMekala/E-com-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This project is a full-stack e-commerce website built with a React frontend and Firebase as the backend. It allows users to browse through a catalog of products, add items to their cart, and complete checkout processes.

Technologies Used

Frontend: * HTML * CSS * JavaScript * React Backend: * Firebase

Setup Instructions

  1. Clone the Repository:

    git clone https://github.com/your-username/e-commerce-website.git
  2. Install Dependencies:

    bash cd e-commerce-website npm install

  3. Set Up Firebase:

    Create a new Firebase project or use an existing one. Enable the following Firebase services: Firestore Database Authentication (optional) Install the Firebase libraries:

    bash npm install firebase @firebase/firestore

    Create a Firebase configuration file (firebase.config.js) in your project's root directory with your Firebase project's credentials. Refer to the official Firebase documentation for detailed instructions: https://www.youtube.com/watch?v=q5tAUb_bvqg

Run the Development Server:

bash npm start

This will start the development server and open the application in your default web browser, typically at http://localhost:3000/.

Deployment

To deploy the production-ready version of your website, you can follow these general steps:

  1. Build the production-optimized React application:

    bash npm run build

    This will create a production-ready build in the build directory.

  2. Choose a hosting platform:

    Follow the specific steps for your chosen hosting provider to deploy the build directory content.

Additional Notes

  • This README provides a general guide. You may need to customize the setup instructions and deployment process based on your specific implementation details and hosting provider.
  • Consider incorporating features like user authentication (e.g., with Firebase Authentication), product filtering/sorting, payment processing (using third-party payment gateways), and user accounts for managing orders and wishlists.
  • For complex e-commerce functionalities, explore integrating Node.js and cloud functions with Firebase to handle server-side logic and additional backend requirements.

Contributing

Feel free to submit pull requests for bug fixes, improvements, and new features.

About

It is a e-commerce website which is mainly developed by using HTML CSS JAVASCRIPT and REACT as a frontend and backend we are using the firebase to authenticate with the login credentials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages