Giter Site home page Giter Site logo

dipeshsangani / pwa-pos-terminal Goto Github PK

View Code? Open in Web Editor NEW

This project forked from asatelit/pwa-pos-terminal

1.0 1.0 0.0 34.07 MB

Point of Sale (POS) Terminal designed to help small coffee shops and eateries efficiently manage counter.

License: Apache License 2.0

JavaScript 0.04% HTML 0.65% CSS 9.12% TypeScript 73.86% SCSS 16.33%

pwa-pos-terminal's Introduction

Online Client Side POS Terminal

Asatelit Point of Sale (POS) Terminal is a simple browser-based progressive web application (PWA) that designed to help small business owners efficiently manage the day's sales and inventory turns. The app built using common web technologies including HTML, CSS and TypeScript on top of Facebook's React library and doesn't involve a server, all data is stored in IndexedDB.

See live demo here: https://pos.asatelit.com

Tech Stack

Prerequisites

Getting Started

Just clone the repo, install the packages with yarn and run yarn start:

$ git clone https://github.com/Asatelit/pwa-pos-terminal.git
$ cd pwa-pos-terminal           # Change current directory to the newly created one
$ yarn install                  # Install Node.js dependencies
$ yarn start                    # Launch application.

Now you can open your web app in a browser and start hacking. Whenever you modify any of the source files inside the /src folder, the module bundler (Webpack) will recompile the app on the fly and refresh all the connected browsers.

Note that the npm start command launches the app in development mode, the compiled output files are not optimized and minimized in this case.

How to Build

If you need just to build the app (without running a dev server), simply run:

$ npm run build

This command builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes. By default, it also includes a service worker so that your app loads from local cache on future visits.

Your app is ready to be deployed.

pwa-pos-terminal's People

Contributors

asatelit avatar

Stargazers

 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.