-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# 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 | ||
 | ||
|
||
|
||
## Setup Instructions | ||
1. Clone the repository to your local machine using: | ||
```bash | ||
git clone https://github.com/navinAce/Chemical_Inventory.git | ||
|
||
## Contact | ||
For any inquiries, please reach out: | ||
- **Portfolio**: [My Portfolio](https://navinworks.netlify.app) | ||
- **Email**: navinraj99305@gmail.com | ||
|
||
## License | ||
This project is licensed under the MIT License. See the LICENSE file for more information. | ||
|
||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.