/Marrok-vents

Primary LanguageJavaScriptMIT LicenseMIT

Inventory Management System with Electron


## Overview

This is a simple desktop application for managing inventory and sales in a shop or small business. The app was developed using Electron, a popular framework for building cross-platform desktop apps with web technologies such as HTML, CSS, and JavaScript. The app allows users to add, update, sell, and revert items from their inventory, as well as view sales and inventory reports.

Getting Started

Installation

To get started, clone the repository and run npm install to install the required dependencies.

$ npm install

Developing

$ npm start

Important

Don't forget to $ npm install

Generating the bundle

Windows

$ npm run dist:win

Linux

$ npm run dist:linux

Mac

$ npm run dist:mac

License

[MIT]