This project is a simple web application that allows users to manage a list of chemicals. Users can add, delete, sort, and refresh the data in a tabular format. The application is built using plain HTML, CSS, and JavaScript, without any frameworks.
- Table Display: A dynamic table displaying chemical information.
- Sorting: Sort the table by clicking on the column headers in ascending or descending order.
- CRUD Operations:
- Add Row: Add new chemical entries.
- Delete Row: Remove a chemical entry from the list.
- Refresh Data: Reset the table to its original state.
- Responsive Design: The application is designed to be usable on both mobile and desktop devices.
The application uses a JSON array to store information about chemicals. Each entry contains the following attributes:
id
Chemical Name
Vendor
Density
Viscosity
Packaging
Pack Size
Unit
Quantity
Chemical Inventory Management System Design 1
Chemical Inventory Management System Design 2
- Clone the repository to your local machine using:
git clone https://github.com/navinAce/Chemical_Inventory.git
For any inquiries, please reach out:
- Portfolio: My Portfolio
- Email: navinraj99305@gmail.com
This project is licensed under the MIT License. See the LICENSE file for more information.