MyStore React Application

A web application for managing products, categories, stocks, and checkout functionality.

Description

This project is a React-based web application designed to manage various functionalities related to an online store. It allows users to view and manage products, categories, stocks, and provides a checkout feature. BackEnd(Springboot) - https://github.com/LinukaAr/MyStore-Springboot/

Technologies Used

  • React.js
  • JavaScript
  • HTML
  • CSS
  • Bootstrap
  • React Router DOM

Installation

  1. Clone the repository.

  2. Navigate to the project directory.

  3. Install dependencies by running:

    npm install

Start the application:

bash Copy code npm start Usage Screenshots Include screenshots for each tab or functionality of the application here.

Login: image

Register: image

Home / Dashboard: image

Products: image

Categories: image

Stocks: image

Checkout: image

Receipt: image