Skip to content

Fadilix/shopping-cart

Repository files navigation

ChickNook

ChicNook is a mini modern e-commerce web application built using React. The project aims to deliver a seamless and stylish shopping experience, allowing users to explore and purchase chic and trendy products.

Screenshot

image

Technologies used

  • React
  • TypeScript
  • SCSS

Features

  • Responsive Design: ChicNook is designed to be fully responsive, ensuring a seamless experience across various devices and screen sizes.
  • Product Catalog: Explore a wide range of chic and stylish products through the intuitive product catalog.
  • Shopping Cart: Easily add products to your shopping cart, review them, and proceed to checkout with a secure and straightforward process.
  • Navigation: Navigate through different sections of the application, including the home page, product listings, and an about section.
  • Cool CSS and framer-motion animations
  • Hamburger Menu: Access a convenient hamburger menu for quick navigation on smaller screens.
  • parallax on scroll: For better user experience
  • Filterable products:

image

  • Cart with total of items and total price:

image

Getting Started

To run the application locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/Fadilix/shopping-cart.git
  2. Install the dependencies
    cd shopping-cart
    npm install
  3. Run the server
    npm run dev