Skip to content

amonsalv/Panaderia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repostrería Buen Corazón

Repostrería Buen Corazón is an artisanal bakery, offering products that are 100% handmade with love. This project is a web application that showcases our products and allows users to interact with our store.

Table of Contents

Features

  • Product Display: View a variety of bakery products with images, names, prices, and descriptions.
  • Product Information: Click on a product to view more detailed information.
  • Shopping Cart: Add products to a shopping cart and view the total quantity.
  • User Authentication: Register and log in to access more features.

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/repostreria-buen-corazon.git
  2. Navigate to the project directory:
    cd repostreria-buen-corazon
  3. Open index.html in your preferred web browser.

Usage

  • Viewing Products: Browse through the products displayed on the main page.
  • Product Details: Click on the "Inicia" button to view detailed information about a product.
  • Add to Cart: Click on the "Agregar al Carrito" button to add a product to your shopping cart.
  • View Cart: Click on the cart icon to view the products in your cart.
  • User Registration: Fill out the registration form to create an account.

Project Structure

  • index.html: The main HTML file that contains the structure of the web application.
  • js/controladortienda.js: Contains the main logic for handling product interactions and the shopping cart.
  • js/amplianinfo.js: Contains the function to display detailed product information.
  • js/llenadotienda.js: Contains the function to populate the store with products.

Contributing

We welcome contributions! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.