Skip to content

An e-commerce website with user session (login, logout, register), cart, and connection to Raja Ongkir (RestAPI for shipping fee data)

Notifications You must be signed in to change notification settings

Jwienadi/tokojamq-php

Repository files navigation

TokojamQ E-commerce Website

An e-commerce website made by me and a teammate, based on a real wall-clock shop owned by a friend. This website was made as part of the Web Development and UX Design Coursework project in undergraduate program. Currently hosted on a free web hosting service, link: http://tokojamq.000webhostapp.com

Disclaimer: This website uses static products and does not include payment feature during checkout.

Below are some highlight of my contribution to this website.
• Database Design
Analyze the business process of Tokojamq and created entity relationship diagram, database, and queries (CRUD) for the website.
• UI & UX
Design the UI of the website while also considering the UX. Create mockup of the design.
•Bulding the front-end
Create header, sidebar, homepage, user registration, log-in, log-out, cart, and checkout page, with the help of bootstrap. Customize the layout, colors, fonts, etc.
•Building the back-end
Handle the user registration, log-in and log-out, search bar, add to cart, cart page (add quantity, delete item,etc.), checkout page (calculate total, rajaongkir API, etc.)
• Hosting the website