Mini Market is a simple and user-friendly web application that allows users to manage products in a small online store. The application provides an easy way to add, update, search, and display products in a interface.
This project aims to provide a basic management system for a mini market, where users can input product information such as name, price, category, description, and upload product images. The app also features a search functionality to quickly find products by their name.
- Add new products with name, price, category, description, and image. π¦
- Update existing products with new information. π
- Search for products by name. π
- Simple and intuitive user interface for managing the product list. π₯οΈ
- HTML: For the structure of the website. π
- CSS: For styling and layout. π¨
- JavaScript: For dynamic functionality (adding, updating, searching products). βοΈ
- Font Awesome: For icons. π²
- SweetAlert: For displaying friendly alerts to the user. π¬