Skip to content

khan670/EcommerceStore

Repository files navigation

E-Commerce Store

Overview

This is a fully functional E-Commerce Store that allows users to browse and purchase products while providing administrators with tools to manage the store. The application integrates an online API for product data and user interactions.

Features

User Features:

  • Browse products retrieved from an online API.
  • View product details including images, descriptions, and prices.
  • Add products to the cart and proceed to checkout.
  • User authentication for a personalized experience.

Admin Features:

  • Manage products: Add, edit, or delete products using API requests.
  • Manage categories: Organize products into categories.
  • View and manage registered users.
  • Monitor order history.

Tech Stack

  • Frontend: React.js, Tailwind CSS (or another CSS framework you've used)
  • API: Integration with an online API for product and user management.
  • Authentication: JWT or another secure method if applicable.