point-of-sale-mobile icon indicating copy to clipboard operation
point-of-sale-mobile copied to clipboard

Pointzo is simple point of sale app made with react native

Pointzo : Point of sales app

Build Status Code

Table Of Contents

  • Intro
  • Requirments
  • Related Projects
  • Dependencies
    • Clone Repo
    • Install Depedencies
    • Setup Environment
    • Run server development
    • Build For Production
  • Dependencies
  • License

Intro

This is a simple point of sales android application made with React Native, and Ui kitten with beautiful design.


Features

  • [x] Manage Product (CRUD)
  • [x] Chart statistics of Revenue
  • [x] Fancy UI Design
  • [x] Smooth animation UI
  • [x] Simple Add to cart
  • [x] Order product
  • [x] History of order
  • [x] Authentication with JWT

Requirments


Related Projects

This project is related to several platforms


Installation

1. Clone Repo

clone the repository

$ git clone https://github.com/fachryansyah/point-of-sale-frontend
$ cd point-of-sale-frontend
Install Depedencies

Install requirement depedencies

$ npm install
Setup Environment

Before project development or build for production, you should create new .env file, edit BASE_URL_API variable to backend server. you can found the backend server here.. https://github.com/fachryansyah/point-of-sale-backend

BASE_URL_API=<Backend-api-url>
Run on android device

if you want start on development mode.

$ react-native run android
Run on ios device

if you want start on development mode.

$ react-native run ios
Build For Production

build for production ready, and host ready

$ cd android && ./gradlew --assembleRelease

Dependencies

List of depedencies using in this project

Plugin Description
React Native Mobile Apps Framework
Axios HTTP client for request API
Ui Kitten Ui Kit
Chart Kit Chart Statistic
Moment Manipulate time
Redux Global State Management
Redux Promise Middleware Promise handler for react redux

License

MIT

@2019 - Fahriansyah