Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 2.16 KB

README.md

File metadata and controls

43 lines (29 loc) · 2.16 KB

Blaze e-commerce platform

[...] This is the Blaze e-commerce platform. It is a full-stack e-commerce platform built with React. It focuses on providing a great user experience for both the store owner and the customer. It is a work in progress, and is not yet ready for production use.

Check it out live at blaze.store.

drawing

## How It's Made:

Tech used: HTML, CSS, JavaScript, React, Node.js, Express, MongoDB

It is made with React, and uses React Router for routing. It uses unique components for the UI, and Zustand for state management. It uses MongoDB for the database, and Express for the backend. It uses (...Stripe?) for payments. It uses (...React Helmet?) for SEO.

Optimizations

Just started working on it, so there's a lot of room for optimization. ;)

  • Make the Admin Sidebar into a component that uses the current route to determine which link is active and gets a different color.

Dev Status:

  • Navigation - 80%
  • Pages - 5%
  • Backend API - 5%
  • Auth - 0%
  • DB Infrastructure - 5%
  • Product Overview - 90%
  • Product Details - 0%
  • Shopping Cart - 0%
  • Order Summary - 0%
  • Checkout - 0%
  • ...