This project is a web-based CRUDS (Create, Read, Update, Delete, Search) application. It provides a user-friendly interface to manage product information, allowing users to add new products (with automatic total price calculation), view a list of all products, update existing entries, delete products, and search for items by title or category. All product data is persistently stored in the browser's Local Storage, ensuring data availability across sessions.