Skip to content

Latest commit

Β 

History

History
46 lines (34 loc) Β· 1.29 KB

File metadata and controls

46 lines (34 loc) Β· 1.29 KB

Inventory Manager - Frontend

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.

πŸš€ Features

  • πŸ” 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.

πŸ› οΈ Technologies Used

  • Vite
  • React
  • Redux Toolkit
  • React-Data-Table-Component library
  • TypeScript
  • CSS

βš™οΈ Instalation and Configuration

  1. Clone the repository:

    git clone https://github.com/SamBSalgado/Inventory_Manager.git
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run start

πŸ“Œ Aditional Notes

  • 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