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.
- Home – Introduction or welcome page
- About – Static info about the app or developer
- Contact – Static contact details
- Product – Main product interface with full functionality
- 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)