Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gauranshgoel123/marmeto-website
This is a simple website project aimed at demonstrating HTML, CSS, and JavaScript skills. The website includes various features such as: A button to add products to the shopping cart Dynamic addition of a "Product added to cart" message upon clicking the "Add to Cart" button Responsive design for seamless viewing on different devices
https://github.com/gauranshgoel123/marmeto-website
css figma html javascript
Last synced: 18 days ago
JSON representation
This is a simple website project aimed at demonstrating HTML, CSS, and JavaScript skills. The website includes various features such as: A button to add products to the shopping cart Dynamic addition of a "Product added to cart" message upon clicking the "Add to Cart" button Responsive design for seamless viewing on different devices
- Host: GitHub
- URL: https://github.com/gauranshgoel123/marmeto-website
- Owner: Gauranshgoel123
- Created: 2024-02-08T16:57:56.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-08T17:10:07.000Z (12 months ago)
- Last Synced: 2024-11-13T10:49:24.010Z (3 months ago)
- Topics: css, figma, html, javascript
- Language: HTML
- Homepage: https://gauranshgoel123.github.io/Marmeto-Website/
- Size: 13.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Marmeto-Website
---
# Website Project
This is a simple website project aimed at demonstrating HTML, CSS, and JavaScript skills. The website includes various features such as:
- A button to add products to the shopping cart
- Dynamic addition of a "Product added to cart" message upon clicking the "Add to Cart" button
- Responsive design for seamless viewing on different devices## Features
- **Add to Cart Button**: Clicking the "Add to Cart" button adds the product to the cart and displays a confirmation message.
- **Dynamic Message**: Upon clicking the "Add to Cart" button, a dynamic message is displayed at the bottom of the page, indicating that the product has been successfully added to the cart.
- **Responsive Design**: The website is designed to be responsive, ensuring optimal viewing experience across various devices, including desktops, tablets, and mobile phones.
## Technologies Used
- **HTML**: Used for structuring the content of the website.
- **CSS**: Used for styling the website and creating a visually appealing layout.
- **JavaScript**: Used to add interactivity to the website, including handling button clicks and dynamically updating the content.
## Usage
To use the website, simply open the `index.html` file in your web browser. Click the "Add to Cart" button to see the dynamic message confirming that the product has been added to the cart.
## Contributing
Contributions are welcome! If you have any ideas for improving the website or adding new features, feel free to submit a pull request.