A modern e-commerce application built with Next.js 14, TypeScript, and Tailwind CSS. This project is a clone of Vercel's store, using the Fake Store API for product data.
- 🛍️ Product catalog with categories
- 🔍 Search functionality
- 🛒 Shopping cart management
- 📱 Responsive design
- ⚡ Fast performance with Next.js
- 🎨 Modern UI with Tailwind CSS
- Next.js 14
- TypeScript
- Tailwind CSS
- Fake Store API
- Vercel Analytics
- Speed Insights
- Clone the repository:
git clone https://github.com/yourusername/vercel-store-clone.git
- Install dependencies:
npm install
# or
yarn install
- Create a
.env.local
file in the root directory:
NEXT_PUBLIC_FAKE_STORE_API_URL=https://fakestoreapi.com
- Run the development server:
npm run dev
# or
yarn dev
- Open http://localhost:3000 in your browser.
├── app/ # Next.js app directory
├── components/ # React components
├── lib/ # Utility functions and API
├── public/ # Static assets
└── types/ # TypeScript type definitions
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.