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.
I assume that you have installed the NodeJS and NPM before
- Clone this repository using
git clone https://github.com/faizaaulia/shayna.git
or download the zipped source code - Move into the project directory
cd shayna
- Install the required dependencies
npm install
- Compiles and hot-reloads for development
npm run serve
Home Page
Product Detail Page
Checkout Page
Checkout Success Page
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.