Sales Manager is a comprehensive tool for managing sales and inventory. It includes features to:
- Manage product inventory
- Generate sales invoices
- Display a dashboard with sales charts
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/GilbertoJNJ/sales-manager-react.git
- Navigate to the project directory:
cd sales-manager-react - Install the dependencies:
npm install
- Run the development server:
npm run dev