top of page
Picture4_edited.jpg

The electronics store app is an e-commerce platform that serves as a one-stop shopping hub for electronic products. Users can browse a wide range of products, view the product details, add items to cart, proceed to checkout and place order.

  1. User login: Users can login with their username on the login page.

  2. Home page: Products are displayed on the home page for purchase.

  3. Product Detail: On clicking on a product, users are directed to the product detail page that shows the product name, description, price and quantity. Users can select the desired quantity. Product would be added to the cart according to the latest quantity selected. Users can view the items selected by clicking the "View Cart" button on the page.

  4. Cart page: Displays the name, price, quantity of the products added to cart along with total price of items in the cart. Users can change the quantity of the products in the cart. (Note: If the quantity is changed to 0, the product will be removed from the cart)Clicking the checkout button will take users to the checkout page.

  5. Checkout page: Users can enter mandatory details like name, phone and address to place the order. After entering valid details, clicking the "Place Order" button will take the user to the order confirmation page and items in the cart are cleared.

  6. Order confirmation page: Users will see a message that their order has been placed successfully. Multiple users can login simultaneously and shop for products.              

You can view the repository here

  • GitHub
bottom of page