Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salaudeen22/inventoryassignment
https://github.com/salaudeen22/inventoryassignment
mern stack
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/salaudeen22/inventoryassignment
- Owner: salaudeen22
- Created: 2025-01-25T09:28:52.000Z (5 days ago)
- Default Branch: main
- Last Pushed: 2025-01-26T05:09:20.000Z (4 days ago)
- Last Synced: 2025-01-26T06:18:26.849Z (4 days ago)
- Topics: mern, stack
- Language: JavaScript
- Homepage: https://inventory-assignment-six.vercel.app/
- Size: 157 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dynamic Inventory Management Table
## Project Overview
This is a **Dynamic Inventory Management System** built using the MERN stack (MongoDB, Express.js, React.js, Node.js). The application provides an interactive interface to manage inventory efficiently. Users can add, edit, delete, filter, and sort items in the inventory. Items with low stock are highlighted automatically.## Features
1. **Add Items:**
Add new items to the inventory by specifying their name, category, and quantity.
2. **Edit and Delete Items:**
Modify item details or remove them from the inventory.3. **Filter by Category:**
Filter the displayed inventory items based on their category.4. **Sort by Quantity:**
Sort items in ascending or descending order of their quantity.5. **Low-Stock Highlighting:**
Automatically highlights items with a quantity below 10.---
## Technologies Used
### Frontend
- **React.js**: User interface and table rendering.
- **CSS/Tailwind CSS**: For a clean and responsive UI design.### Backend
- **Node.js**: Server-side functionality.
- **Express.js**: API request handling.### Database
- **MongoDB**: Storing inventory data.---
## Installation Instructions
### Prerequisites
Ensure you have the following installed:
- Node.js
- MongoDB
- Git### Setup Steps
1. **Clone the Repository:**
```bash
git clone
cd dynamic-inventory-management