Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 2.09 KB

README.md

File metadata and controls

46 lines (35 loc) · 2.09 KB

E-commerce Web Application Starter Code

Description

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.

Objectives

  • Apply JavaScript concepts in practice.
  • Learn to manipulate a dataset.
  • Divide our code into functions and know how to reuse them.

Introduction

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.

Prerequisites

  • Node.js and npm installed on your system.

Exercises

  1. Function cleanCart()
  2. Calculate the total
  3. Promotions
  4. CartModal (printCart())
  5. Checkout Form
  6. Function removeFromCart()
  7. Layout Design

Usage Instructions

  1. Run the project using a local server or open the index.html file in your web browser.
  2. Explore the application.

Images

e-commerce layout img e-commerce layout img e-commerce layout img e-commerce layout img e-commerce layout img

Author

  • Lucía Mª Ordoñez Vilanova - React, It Academy.

License

This project is based on the starter code provided by starter-code-frontend-shop, which is part of the IT Academy curriculum.