/ReactAddEditRemoveProduct

This is a simple React project built with React v17.0.2. It includes basic routing and a mock product system with no database or backend — all state is handled in-memory.

Primary LanguageJavaScript

React Static Product App

This is a simple React project built with React v17.0.2.
It includes basic routing and a mock product system with no database or backend — all state is handled in-memory.


Project Overview

Pages

  • Home – Introduction or welcome page
  • About – Static info about the app or developer
  • Contact – Static contact details
  • Product – Main product interface with full functionality

Product Page Features

  • Add Product – Form to add a product with details (e.g., name, price)
  • List Products – Dynamically displays all added products
  • View Details – Show individual product details when clicked
  • Remove Product – Delete a product from the list

Note: No database — all product data is stored in React component state (lost on refresh)