Zipshop is a modern, responsive e-commerce web application built using Next.js, Tailwind CSS, and other cutting-edge technologies. It offers a seamless shopping experience with a user-friendly interface, shopping cart functionality, and secure checkout.
- 🏪 Modern UI/UX with Tailwind CSS
- 🔍 Product Listings with search & filtering
- 🛒 Shopping Cart (Add, Remove, Checkout)
- 💰 Discounted Pricing & Product Reviews
- 🔄 Optimized Performance with Next.js
- 📱 Fully Responsive on all devices
- Framework: Next.js
- Styling: Tailwind CSS
- API: Fetching data from Noroff API
- Image Optimization: Next.js Image
-
Clone the repository
git clone [https://github.com/Mithu225/zipshop-javascript-frameworks]
-
Navigate to the project directory
cd zipshop -
Install dependencies
npm install
-
Run the development server
npm run dev
Open http://localhost:3000 to view it in the browser.
Contributions are welcome! Here's how to contribute:
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
