This project is an inventory management application designed to efficiently organize products. It aims to provide a simple and functional solution for managing items, categories, and inventory-related statistics.
- Product Management: Allows adding, editing, and deleting products from the inventory.
- Categories: Products can be organized by categories for easier search and organization.
- Statistics: Includes a statistics panel to visualize product quantities, best-selling products, and low-stock alerts.
- Clean and User-Friendly Interface: The design is minimalist, focusing on usability and efficiency.
- Responsive: Optimized to work seamlessly across different devices (desktop, tablet, and mobile).
- Frontend: React.js and Next.js for building the user interface.
- Backend: Node.js and Express for data management.
- Database: MongoDB for storing products and categories.
- Styling: Tailwind CSS for custom styles.
- Clone the repository:
git clone https://github.com/lauraRodri98/gestion-inventario.git
- Install dependencies:
pnpm install
- Start the server:
pnpm run dev
This project is licensed under the MIT License.