Work

Repostrería Buen Corazón

Design
Dev
Html
CSS
JavaScript

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.

A display case in an artisanal bakery showing a variety of desserts, including donuts decorated with icing, cream, and various toppings

Intention of the Project

This project was created to showcase the artisanal bakery products of Repostrería Buen Corazón and to provide an interactive experience for users. The web application was designed to offer a seamless shopping experience, allowing users to browse products, view detailed information, and manage their shopping cart with ease. By incorporating user authentication, the project also aims to offer a personalized experience for returning customers.

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.