Skip to content

Initial demo version of the app for the customer: management of the shopping cart and application of the promotions on the final price.

Notifications You must be signed in to change notification settings

Luovtyrell/starter-code-frontend-shop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Initial demo version of the app for the customer: management of the shopping cart and application of the promotions on the final price.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 89.2%
  • HTML 7.8%
  • JavaScript 3.0%