Welcome to the Next.js E-commerce Store project! This is a e-commerce website built using Next.js, Tailwind CSS, and TypeScript.
This project is an e-commerce website built with Next.js, TypeScript, and Tailwind CSS. It offers a responsive design, allowing users to browse products, manage their cart, and complete purchases
- Live Site URL: NextCommerce
- Clone the repo
git clone https://github.com/yourusername/next-commerce.git
- Navigate to the Project Directory
cd next-commerce - Install the dependencies:
npm install
- Start the development server
npm run dev
- Open Your Browser Go to http://localhost:3000 to see the application running locally.
- Next.js: React framework for building server-side rendered applications.
- TypeScript: Superset of JavaScript that adds static type definitions.
- Tailwind CSS: CSS framework for styling.
- FakeStore API: A free API for fetching product data.
- Vite: Next-generation frontend tooling for fast builds and development.
- Wishlist Feature
- Add ability to save items after page reload
- Sign up ability
- General improvement of website functionality