MichelPomerantzeff / Food-Ecommerce

A Full-Stack e-commerce that allows users to create authenticated accounts, manage cart items, execute card payments, and keep track of their order history.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Food-Ecommerce

food-ecommerce

This project was bootstrapped with Vite.

๐Ÿ’ป Project

A Full-Stack e-commerce that allows users to create authenticated accounts, manage cart items, execute card payments, and keep track of their order history.

๐Ÿš€ Stack & Tools Used:

  • React.js
  • Redux
  • Local Storage
  • Material UI
  • Firebase
  • Express
  • Stripe API

How to use?

Download this repository

Create a .env file and add the following keys to it:

VITE_FIREBASE_API_KEY = your_own_key
VITE_STRIPE_PUBLISHABLE_KEY = your_own_key

(replace the values from the keys above with your own)

In the project directory, run the following commands:

To install dependencies and node_modules:
npm install
To start the application:
npm run dev
To see a live demo of this project, click here

Author

  • Michel Pomerantzeff

About

A Full-Stack e-commerce that allows users to create authenticated accounts, manage cart items, execute card payments, and keep track of their order history.


Languages

Language:JavaScript 99.2%Language:HTML 0.7%Language:CSS 0.1%