patelkenil26 / shopapp

ShopApp is a simple e-commerce web application built with React and Tailwind CSS, featuring product browsing, a shopping cart, and item removal. It is hosted on Vercel for live demonstration.

Home Page:https://shopapp-bice.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ›οΈ ShopApp

ShopApp is a simple e-commerce application built with JavaScript, CSS, and HTML, utilizing Tailwind CSS for styling. The app demonstrates basic shopping cart functionality and is hosted on Vercel.

🌐 Demo

Check out the live demo here.

πŸ“‹ Table of Contents

✨ Features

  • πŸ›’ Browse products
  • βž• Add products to cart
  • πŸ›οΈ View cart
  • ❌ Remove products from cart

πŸ“₯ Installation

  1. Clone the repository:
    git clone https://github.com/patelkenil26/shopapp.git
  2. Navigate to the project directory:
    cd shopapp
  3. Install the dependencies:
    npm install

πŸš€ Usage

To start the development server, run:

npm start

Open your browser and go to http://localhost:3000 to view the app.

πŸ“‚ Folder Structure

shopapp
β”œβ”€β”€ public
β”‚   β”œβ”€β”€ index.html
β”‚   └── ...
β”œβ”€β”€ src
β”‚   β”œβ”€β”€ components
β”‚   β”‚   β”œβ”€β”€ Cart.js
β”‚   β”‚   β”œβ”€β”€ Product.js
β”‚   β”‚   └── ...
β”‚   β”œβ”€β”€ App.js
β”‚   └── ...
β”œβ”€β”€ .gitignore
β”œβ”€β”€ package-lock.json
β”œβ”€β”€ package.json
β”œβ”€β”€ postcss.config.js
β”œβ”€β”€ tailwind.config.js
└── README.md

πŸ› οΈ Technologies Used

  • JavaScript: Main programming language
  • React: JavaScript library for building user interfaces
  • Tailwind CSS: Utility-first CSS framework
  • HTML: Markup language
  • CSS: Style sheet language

🀝 Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes. Ensure your code follows the project's coding conventions.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

About

ShopApp is a simple e-commerce web application built with React and Tailwind CSS, featuring product browsing, a shopping cart, and item removal. It is hosted on Vercel for live demonstration.

https://shopapp-bice.vercel.app


Languages

Language:JavaScript 65.0%Language:CSS 32.3%Language:HTML 2.8%