This is a simple Product Management System that allows users to perform CRUD (Create, Read, Update, Delete) operations on products. The system is built using HTML, CSS, JavaScript, and Bootstrap for a responsive and user-friendly interface.🍁
Create: Add new products with details such as name, price, and description. Read: View a list of existing products with their details. Update: Modify the information of existing products. Delete: Remove unwanted products from the system.
- HTML: Markup language for creating the structure of web pages.
- CSS: Stylesheet language for designing the appearance of web pages.
- JavaScript: Programming language for implementing dynamic behavior.
- Bootstrap: Front-end framework for creating responsive and attractive user interfaces. Installation Clone the repository:
Copy code
git clone https://github.com/your-username/product-management-system.git
Open the project folder:
Copy code
cd product-management-system
Open index.html in your preferred web browser.
Fill in the required details in the form. Click "Add" to add the product.
The list of existing products is displayed on the main page.
Click on the "Edit" button next to the product you want to update. Modify the details in the form. Click "Update" to update the product.
Click on the "Delete" button next to the product you want to remove. Confirm the deletion.
Feel free to contribute to the project by creating issues or submitting pull requests. Your feedback and enhancements are welcome!
This project is licensed under the MIT License.
Thanks to Bootstrap for providing a sleek and responsive design. Special thanks to the open-source community for their valuable contributions. Happy product managing! 🚀