Angular 4 Material POS

screenshot of Angular 4 Material POS
angular
firebase

POS written in Angular 4 with Angular Material UI

Overview

The Angular 4 POSA is a basic point-of-sale demo application built in Angular 4. It utilizes Angular Material UI elements and a Firebase Cloud Firestore and Firebase Auth backend. The purpose of this project is to showcase a simple POS system using modern frameworks. Users are able to perform transactions, add/modify products (with image upload), create new user accounts, and view a paginated transaction history. The ability to add and remove users and products is restricted to admin users.

Features

  • Angular 4: Built using the Angular 4 framework.
  • Angular Material UI elements: Utilizes the Angular Material UI elements for a modern and sleek user interface.
  • Firebase Cloud Firestore: Backend and storage solution for the application data and user authentication.
  • Firebase Auth: Provides user authentication functionality for secure access to the application.
  • Transaction Management: Users can perform transactions and view their transaction history.
  • Product Management: Ability to add, modify, and delete products, including image upload for product images.
  • User Management: Admin users can add and remove users, granting them access to the system.

Summary

The Angular 4 POSA demo application is a basic point-of-sale system built using Angular 4 and Angular Material UI elements. It utilizes Firebase Cloud Firestore for the backend and user authentication. Users can perform transactions, manage products and users, and view their transaction history. The application provides a modern and sleek user interface, making it easy to use and navigate.

angular
Angular

Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.

firebase
Firebase

Firebase offers a comprehensive set of features, including real-time database, authentication, hosting, cloud functions, storage, and more. Firebase provides an easy-to-use interface and allows developers to focus on building features rather than managing infrastructure.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.