Fashion Gallery is a full-featured e-commerce application built with React, Next.js, TypeScript, DaisyUI and Tailwind CSS. The application includes product listing, product details, shopping cart functionality, and a visually appealing carousel component. It is designed with a focus on user experience and responsive design. live link
This is a Next.js project bootstrapped with create-next-app
.
- Product Listing: View all available products in a responsive grid layout.
- Product Details: Click on any product to view its details.
- Shopping Cart: Add products to your shopping cart and adjust quantities as needed.
- Carousel: Enjoy a visually appealing carousel of featured products.
- React: A JavaScript library for building user interfaces.
- Next.js: A React framework for production-grade applications.
- TypeScript: TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.
- Tailwind CSS: A utility-first CSS framework for rapidly building custom designs.
To get a local copy up and running, follow these steps:
- Clone the repository:
git clone https://github.com/Bolexzy/fashiongallery.git
- Install the dependencies:
npm install
# or
yarn install
- Start the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change.
MIT
https://github.com/Bolexzy/fashiongallery.git
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!