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.
- Host: GitHub
- URL: https://github.com/sagnik-coder24/comfy-house
- Owner: Sagnik-Coder24
- Created: 2021-08-21T17:11:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T09:48:34.000Z (7 months ago)
- Last Synced: 2024-12-27T09:16:57.026Z (4 months ago)
- Topics: contentful, css, ecommerce, html, javascript
- Language: JavaScript
- Homepage: https://sagnik-coder24.github.io/Comfy-House/
- Size: 1.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.