Skip to content

👕 Dine Market an Ecommerce-web using TypeScript, Nextjs, Redux, Reactjs, Shadcn UI and TailwindCss.

Notifications You must be signed in to change notification settings

MasabBinZia/DineMarket-Ecommerce-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dine Market

headerLogo

Dine Market is an e-commerce project developed for the PIAIC hackathon. It is a clothing marketplace where users can buy clothing products online. The project is built using Next.js, React, TypeScript, Tailwind CSS, and Shadcn UI.

Features

  • Product Listings: Sellers can list their clothing products, including details such as name, description, price, and images.
  • Product Search: Users can search for specific clothing products based on various criteria such as category, size, color, etc.
  • Shopping Cart: Users can add products to their cart and proceed to checkout.
  • Responsive Design: The application is optimized for various screen sizes and devices.

Installation

  1. Clone the repository:
git clone https://github.com/MasabBinZia/Hackthon-01-web-Ecommerce-web.git
  1. Navigate to the project directory:
cd dine-market
  1. Install the dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Open your browser and access the application at http://localhost:3000.

Technologies Used

  • Next.js - React framework for server-side rendering and static site generation.
  • React - JavaScript library for building user interfaces.
  • TypeScript - Typed superset of JavaScript.
  • Tailwind CSS - Utility-first CSS framework.
  • Shadcn UI - UI component library for Next.js.

Contributing

Contributions to Dine Market are welcome! If you find any bugs or want to add new features, please submit a pull request. Make sure to follow the existing code style and provide appropriate tests if necessary.

License

This project is licensed under the MIT License.

Acknowledgements

I would like to thank the PIAIC team for organizing the hackathon and providing the opportunity to work on this project. Special thanks to the creators and maintainers of Next.js, React, TypeScript, Tailwind CSS, and Shadcn UI for their amazing tools and libraries.