A modern, lightweight, and blazing-fast Web Dashboard built to interface directly with the Go Cloud Inventory API. This frontend layer visualizes real-time product data and smart stock alerts using React and Vite.
- Real-Time Data Fetching: Seamlessly connects to the Go microservice via RESTful endpoints.
- Smart UI Indicators: Automatically highlights critical stock levels (e.g., items with stock <= 3 turn red and bold based on backend rule engines).
- CORS Handled: Fully integrated with the backend's security headers for secure cross-origin resource sharing.
- Lightning Fast Build: Powered by Vite for instant server start and optimized production builds.
Prerequisite: Ensure the Go Cloud Inventory API is running locally via Docker on localhost:8080.
- Clone the repository:
git clone [https://github.com/zonafirmann/inventory-web-dashboard.git](https://github.com/zonafirmann/inventory-web-dashboard.git)