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. 💬