Skip to content

gadingnst/point-of-sales-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Point of Sales Frontend Web Application

Point of Sales Frontend Web Application


Table of contents

TODO Tasks

  • CRUD Products via web
  • CRUD Categories via web
  • CRUD Users via web
  • Login and authentication with JWT
  • Filtering product by name and category and etc.
  • Sorting product by newest name and etc.
  • Data Pagination
  • Data Reactive
  • Cart item stored in local storage with redux
  • History orders and income by daily, weekly, monthly and yearly
  • Statistic income and orders

Stacks

  • ReactJS
  • Redux
  • Ant Design
  • ApexChart
  • Axios

Build Setup

  1. Clone repository $ git clone https://github.com/sutanlab/point-of-sales-frontend.git

  2. Install depedencies

# with npm
$ npm install

# or with yarn
$ yarn install
  1. Setup your environment variable in .env files (if not exists, create your own).
REACT_APP_API_BASEURL = http://localhost:9600
  1. Available scripts
# start development server
$ yarn start 

# built to production mode
$ yarn build

Capture

Home

View Home

Checkout

View Checkout

CRUD Product

View CRUD product

CRUD Category

View CRUD product

CRUD User

View CRUD product

Recent History

View CRUD product

Statistic Income and Orders

View CRUD product


Copyright © 2019 by Sutan Gading Fadhillah Nasution

About

Point of Sales Frontend Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published