ModernStore is a premium e-commerce platform built with Next.js, TypeScript, and Tailwind CSS. It offers a modern shopping experience with features like product browsing, cart management, and checkout.
- Responsive Design: Optimized for all devices.
- Product Management: Browse and filter products by categories.
- Cart and Checkout: Add items to the cart and complete purchases.
- Dark Mode: Seamless theme switching.
- Framework: Next.js
- Styling: Tailwind CSS
- State Management: React Context API
- Animations: Framer Motion
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
- Open http://localhost:3000 in your browser.
npm run dev
: Start the development server.npm run build
: Build the project for production.npm run start
: Start the production server.npm run lint
: Run linting checks.
This project is licensed under the MIT License.