Features :
- API Integration: Utilizes Axios to fetch product data from an external API.
- Categorized Rendering: Renders products in a centralized manner categorized by their respective categories.
- CRUD Operations: Allows users to perform Create, Read, Update, and Delete operations on products directly from the client-side.
- Local Storage: Stores product information locally in the browser's storage for persistence across sessions.
- Product Details View: Displays detailed information about a specific product upon clicking its corresponding card.
- Toast Notifications: Implements Toastify for user-friendly pop-up notifications.