Skip to content

Chemical Inventory Management System is a simple web application built with HTML, CSS, and JavaScript. It allows users to manage a list of chemicals through functionalities like adding, deleting, sorting, and refreshing data in a responsive table format. Explore the live demo and source code to see how it works!

Notifications You must be signed in to change notification settings

navinAce/Chemical_Inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chemical Inventory Management System

Overview

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.

Features

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

Data Structure

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

Design

Chemical Inventory Management System Design 1

Chemical Inventory Management System Design

Chemical Inventory Management System Design 2

Chemical Inventory Management System Design

Setup Instructions

  1. Clone the repository to your local machine using:
    git clone https://github.com/navinAce/Chemical_Inventory.git
    

Contact

For any inquiries, please reach out:

License

This project is licensed under the MIT License. See the LICENSE file for more information.

About

Chemical Inventory Management System is a simple web application built with HTML, CSS, and JavaScript. It allows users to manage a list of chemicals through functionalities like adding, deleting, sorting, and refreshing data in a responsive table format. Explore the live demo and source code to see how it works!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published