This is the frontend repository of the inventory management application. The application allows you to manage products, filter them by different criteria, order them and visualize inventory metrics in an intuitive interface.
- 🔍 Search and filter by name, category and stock availability.
- ➕ Add new products using an interactive form.
- 📊 Product table with editing, deletion and stock adjustment options.
- 📑 Sorting of products by category, name, price, expiration date and stock.
- 📈 Inventory metrics with global and category statistics.
- Vite
- React
- Redux Toolkit
- React-Data-Table-Component library
- TypeScript
- CSS
-
Clone the repository:
git clone https://github.com/SamBSalgado/Inventory_Manager.git
-
Install dependencies:
npm install
-
Run the development server:
npm run start
- Make sure the backend is running before testing the app.
- The application connects to the backend developed in Spring Boot using Maven, located in the following repository:
https://github.com/SamBSalgado/-Backend-Inventory_Manager.git