Code Monkey home page Code Monkey logo

restaurant-application-semester-211's Introduction

POS-System

Introduction

This is a proposed idea of a POS System that is used to deliver a non-direct contact between customers and staffs within a restaurant. This repo can be cloned and run directly from your machine (Please refer to the User Manual Section).

User Manual

To start the website, run the following commands:

  • Install node_modules folder and start the website:
npm install
npm start
  • You have to download node.js beforehand to run these commands. If there are any missing libraries, please run: npm install <library-name>

Component Structure

App
  |
  |___ WelcomePage
  |___ ReservePage
  |___ Signup
  |___ Login
  |___ Thankyou
  |
  |___ Homepage (Ordering Page)
  |           |___ Categories     
  |           |          |___ ItemPage 
  |           |                      |___ Item
  |           |                              |____ PopUp (Modal)
  |           |___ Cart
  |                   |____ ItemCart
  |                                 |___ Confirmation (Modal) 
  |
  |___ Checkout
             |___ VisaCheckOut
             |               
             |___ MomoCheckout

Screen Flow

Welcome Page -> SignUp/LogIn ---> Order -> Payment ---> Thank You
             -- Place Order ----> Order -> Payment ---> Thank You
             -- Reserve Table --> Reservation Page ---> Thank You

Website URL and QR Code

You can visit our website using URL or Scanning QR Code
URL: https://pos-restaurant-1d5c6.web.app/
QR Code:

drawing

Payment Guidance

The input must be a valid VISA card number (Maximum length = 16), but some test card numbers that can be used are:
4111 1111 1111 1111, or 4012888888881881, 4222222222222.
Expiration date (mm/yy) has maximum 5 characters.
CVV password has maximum 3 characters.

Disclaimer

  • We are using photos from pizzahut.vn for the purpose of demonstration.

restaurant-application-semester-211's People

Watchers

 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.