Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 574 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 574 Bytes

Checkpoint1-FrontEnd2

Students

  • Jean Marinho
  • Lucas Suares
  • Victor Bianche

About

A simple project using html, css and js to compose the front-end course grade. The project consists of registering cities and even deleting them. NOTE: The project uses the local storage to store the registered cities

Clone the repository

$ git clone https://github.com/VictorBianche/Checkpoint1-FrontEnd2.git && cd Checkpoint1-FrontEnd2

Docker

install docker on your machine up environment

$ docker-compose up -d

down environment

$ docker down