Welcome to Fashion Store, a modern and fully responsive e-commerce web application for showcasing and selling fashion products. This project is built using Next.js, TailwindCSS, and other modern web technologies to provide a seamless shopping experience.
- Home Page: Highlights recommended products and categories.
- Product Details: Displays detailed information about each product, including images, price, and description.
- Cart System: Allows users to add, view, and manage items in their shopping cart.
- Responsive Design: Optimized for all devices, from mobile to desktop.
- Next.js: Framework for server-side rendering and static site generation.
- TailwindCSS: Utility-first CSS framework for styling.
- React Context API: For state management of cart and user data.
- API Integration: Data fetched dynamically from FakeStore API.
Follow these steps to run the project locally:
- Clone this repository:
git clone https://github.com/amirmousav1/NEXTON-eCommerce
- Navigate to the project directory:
cd NEXTON eCommerce
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open your browser and go to:
http://localhost:3000