Skip to content

Front end of CitaRasa Web, a web-based point of sale application that sells Indonesian specialties, progressive web app built with ReactJs.

Notifications You must be signed in to change notification settings

solehudin5699/POS-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CitaRasa Web

Contents

Description

CitaRasa Web is a web-based point of sale application that sells Indonesian specialties, there are 2 user levels, namely admin and cashier. Cashier can only log in and make transactions according to buyer's order, while admins can register new cashiers or admins through the application.

This web project is a progressive web application, so you can install or add to mobile home screen. If this app run in https protocol, you can see button to install app in your devices.

Features

  • Order food
  • Add, update, and delete food product (admin only)
  • Add cashier or admin (admin only)
  • History & statistic transaction

Requirements for Development

Installation for Development

  1. Open your terminal or command prompt
  2. Type git clone https://github.com/solehudin5699/POS-frontend.git
  3. Open the folder and type npm install for install dependencies
  4. Create file .env in root directory with the following contents :
REACT_APP_API_URL ="URL_for_CitaRasa_backend"

Example :

REACT_APP_API_URL ="http://localhost:8000"
  1. Before run this, you must installation backend and then run backend
  2. Type npm start in terminal for running this project.
  3. If you want to build, type npm run build.

Screenshoots

Related Project

About

Front end of CitaRasa Web, a web-based point of sale application that sells Indonesian specialties, progressive web app built with ReactJs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published