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.
- React
- TypeScript
- SCSS
- 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:
- Cart with total of items and total price:
To run the application locally, follow these steps:
- Clone the repository:
git clone https://github.com/Fadilix/shopping-cart.git
- Install the dependencies
cd shopping-cart npm install
- Run the server
npm run dev