/fake-shop

Fake shop of high class kitchen appliances using Next.js, TypeScript and MongoDB.

Primary LanguageTypeScript

Fake shop App.

Composition

The site is composed of:

  • Homepage, landing page with few products and the introduction;
  • Products, list of all the items available;
  • Product Details, personal page of every single product with all its information;
  • Cart, page displaying the items in the shopping cart;
  • Checkout, view displayed after the order is completed.
  • Features

    A user is able to navigate throughout the site, using links and NavBar;

    A user is able to view all the previews of the products, and access the details page of every single item;

    A user is able to add to the cart any product, and decide the number of items;

    A user is able to review the cart in the cart page, and proceed to checkout.

    Technology used