ShopEasy is a simple e-commerce website. This project demonstrates the implementation of API integration, a product detail page, and a shopping cart, providing a minimal yet functional e-commerce platform.
- Browse Products: Dynamically fetch product data from the FakestoreAPI to showcase a wide range of items.
- Product Details: Explore comprehensive details of each product, including pricing, descriptions, and images.
- Shopping Cart: Add your favorite items to the cart, review your selections, and proceed to checkout seamlessly.
- Checkout Page: Fill out billing details and view an order summary with the total price. Complete your purchase with a simple, user-friendly interface.
- Next.js: For server-side rendering and routing.
- TypeScript: To ensure type safety and improve code quality.
- Tailwind CSS: For responsive and modern styling.
- ShadCN: For building reusable UI components.