An open API service indexing awesome lists of open source software.

https://github.com/sagnik-coder24/comfy-house

E-com website made using vanilla JS.
https://github.com/sagnik-coder24/comfy-house

contentful css ecommerce html javascript

Last synced: 2 months ago
JSON representation

E-com website made using vanilla JS.

Awesome Lists containing this project

README

        

# ComfyHouse

Welcome to the ComfyHouse repository! This project is a shopping website where users can buy furniture. The website is built with HTML, CSS, and JavaScript, and product information is sourced from a `products.json` file.

## Features

- **Product Listings**: Browse a variety of furniture products.
- **Shopping Cart**: Add items to the cart and view the total price.
- **Responsive Design**: Optimized for both mobile and desktop devices.

## Technologies Used

- **Frontend**: HTML, CSS, JavaScript
- **Data Source**: `products.json` file

## Getting Started

### Prerequisites

- A web browser (e.g., Chrome, Firefox, Safari)

### Installation

1. **Clone the repository**:

```bash
git clone https://github.com/Sagnik-Coder24/Comfy-House.git
cd Comfy-House
```

2. **Open the index.html file**:
- Navigate to the project directory.
- Open `index.html` in your preferred web browser.

## Usage

- **Browse Products**: Navigate through the product listings to view available furniture.
- **Add to Cart**: Click on the "Add to Cart" button to add items to your shopping cart.
- **View Cart**: Check the items in your cart and the total price.

## Project Structure

- `index.html`: The main HTML file.
- `style.css`: The CSS file for styling the website.
- `script.js`: The JavaScript file for handling interactions.
- `products.json`: The JSON file containing product information.

## Contributing

Feel free to submit issues and pull requests if you find any bugs or would like to add new features.

## License

This project is open-source and available under the MIT License.