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.
- 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.
- Clone the repository:
git clone https://github.com/yourusername/repostreria-buen-corazon.git
- Navigate to the project directory:
cd repostreria-buen-corazon
- Open
index.html
in your preferred web browser.
- 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.
- 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.
We welcome contributions! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.