homegrownotes / Sprint3

0 stars 0 forks source link

Sprint 3 IT Academy | Shop

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.


Requirements

  1. Clone this repo

    $ git clone https://github.com/IT-Academy-BCN/starter-code-frontend-sprint-3
  2. Unlink your repo from the itacademy repository. (Explanation: You have to upload the code to your GitHub repository, not to the IT Academy. That's why you have to unlink your project from IT Academy GitHub with the following command)

$ git remote rm origin
  1. Link your repo to the repository you have to create in your github account (Explanation: Now your project is not linked to any remote repository. In order to upload your code, you have to link your project to the new repository created on github.com using the following command)
$ git remote add origin <your repo name!>


Submission

  1. Upon completion, run the following commands:
$ git add .
$ git commit -m "Sprint Solution"
$ git push origin master
  1. Upload the link to the virtual campus so that your mentor can correct it and give you feedback.


Introduction

The statement of the exercise is available on the virtual campus.


Instructions

You have the following indications from the frontend manager: