Skip to content

Huthaifa-Dev/project

Repository files navigation

typescript


Product Management POS System


Overview

The Product Management POS Application is a tool that streamlines the process of managing inventory and sales for businesses. It is designed to be user-friendly and easy to use, with a simple interface that makes it easy to keep track of products and sales.

The application also includes a number of features that make it easy to manage the business. It includes a product management system that allows businesses to keep track of their inventory, as well as a sales management system that makes it easy to track sales.

The Product Management POS Application is a tool that can save businesses time and money by streamlining the process of managing inventory and sales. It is an essential tool for any business that wants to improve its efficiency and bottom line.

Links

  • React
  • storybook

Tech Stack

React typescript scss redux firebase storybook

Features

  • Product Management System
  • Inventory Management System
  • Sales Management System

Getting Started

Note: These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

npm install

Installing

A step by step series of examples that tell you how to get a development env running

  1. Clone the repo
git clone <Repo-Link>
  1. Install the node modules
npm install
  1. Run the app
npm start

firebase Deployment

This app is deployed on Firebase. You can view it here.

Note: You can also deploy it on your own Firebase account by following the steps below:

  1. Create a Firebase project
npm run build
  1. Install the Firebase CLI
npm install -g firebase-tools firebase
  1. Initialize the Firebase project
firebase init
  1. Deploy the app
firebase deploy

🧑‍💻 Authors

📝 License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • This project is a part of the Foothill Solutions internship program.
  • Thanks to TamerHN for the his advisory and support during the training period.