Skip to main content
Hashop

Hashop

Ecommerce Web App with implementing a Local Storage database system

––– views
- -

Team Project


logo

Hashop

An E-Commerce website with an API from Fakestoreapi, implementing a Local Storage database system that can be installed on both laptops and mobile devices, allowing it to work offline.


User Application Guide 📒

It is important to note that there are three user roles in this web app:

  1. Guest (not logged in user)
  2. User (logged in user with user role)
  3. Admin (logged in user with admin access)

For User and Admin roles, there are provided usernames/emails and passwords for login, as shown in the login modal.

login modal

Each role has different access rights:

  1. Guest: can only view the list of products, product details, and some other global components. Cannot add products to the cart and make transactions.

  2. User: can view the list of products, product details, add products to the cart, and make transactions. Cannot access the admin page.

  3. Admin: can view the list of products, product details, access the admin page (Update stock & Sales Recap), and cannot add products to the cart or make transactions like the Guest role.

Due to different roles, the Navbar also changes according to the logged-in user's role.

  • Guest nav guest

  • User nav user

  • Admin nav admin


1. Home Page 🏠

The home page is the first page that appears when users open the application. This page contains the Welcome Hero Section, Top Product Bestseller, Category, and CTA card section based on categories. Users can view product details and add products to the shopping cart with the condition that they must log in as a user first.

home page

2. Product Page 🗒️

By default, this page will display all product listings. Users can filter products by category or sort them based on product properties (still in development).

product page

3. Product Detail Page 📜

This page appears when a product card is clicked. The page contains product details, and there is also a button to add the product to the shopping cart. Users can view product details and add products to the shopping cart with the condition that they must log in as a user first.

detail product page

4. Shopping Cart Page/Modal (Cart - User) 🛒

This page/modal appears when the shopping cart button in the navbar is clicked for the user role. This page contains a list of products that have been added to the shopping cart. Users can change the quantity of products to be purchased, remove products from the shopping cart, and proceed to the checkout page.

cart page

5. Update Stock Page (Update Stock - Admin) 🗄️

This page appears when the update stock button in the navbar is clicked for the admin role. This page contains a list of products that can be updated for their stock. Users can change the stock of products and remove products from the product list.

update stock page

6. Sales Recap Page (Sales Recap - Admin) 📈

This page appears when the sales recap button in the navbar is clicked for the admin role. This page contains a list of transactions made by users. Users can see the total transactions.

sales recap page

7. About Dev Page 👨‍💻

This page is in the web app footer. It contains information about the developer and brief information about the web development management process.

about dev page

  • Note: Further development will be carried out regarding this web app project. Thank you.

See a specific guide for Developers at this link