Skip to content

Simple online shop application using basic VueJS and libraries such as Vue Router and Axios. This is the frontend app of Shayna-API that shows some products of an online shop and provide customer to add them into the cart.

faizaaulia/shayna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shayna

Simple online shop application using basic VueJS and libraries such as Vue Router and Axios. This is the front-end app of Shayna-API that shows some products of an online shop and provide customer to add them into the cart.

Project Setup

I assume that you have installed the NodeJS and NPM before

  1. Clone this repository using git clone https://github.com/faizaaulia/shayna.git or download the zipped source code
  2. Move into the project directory
    cd shayna
  3. Install the required dependencies
    npm install
  4. Compiles and hot-reloads for development
    npm run serve

Screenshots

Home Page

home

Product Detail Page

product-detail

Checkout Page

cart

Checkout Success Page

success

Currently there is no payment gateway. So it is assumed that when customer presses the "I Already Paid" button, it means that the customer actually has paid the order.

About

Simple online shop application using basic VueJS and libraries such as Vue Router and Axios. This is the frontend app of Shayna-API that shows some products of an online shop and provide customer to add them into the cart.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages