This repository contains the solution to the exercise of the second sprint of IT Academy, which involves developing a web application for a company in the e-commerce sector.
- Apply JavaScript concepts in practice.
- Learn to manipulate a dataset.
- Divide our code into functions and know how to reuse them.
A company in the e-commerce sector has asked us for a web application that allows them to offer the purchase of their products through the internet.
You will be in charge of setting up an initial demo version of the application for the client: management of the shopping cart and the application of the promotions on the final price. You have 2 weeks to finish, which is how long this sprint lasts.
- Node.js and npm installed on your system.
- Function cleanCart()
- Calculate the total
- Promotions
- CartModal (printCart())
- Checkout Form
- Function removeFromCart()
- Layout Design
- Run the project using a local server or open the
index.html
file in your web browser. - Explore the application.
- Lucía Mª Ordoñez Vilanova - React, It Academy.
This project is based on the starter code provided by starter-code-frontend-shop, which is part of the IT Academy curriculum.