Places You've Been

This is a webpage designed to accept user input of a place you have travelled and display information about that place.

By Geoff Goetz & Jamison Cozart 27 January 2020

Description

This project is was built with the purpose of accepting user inputs in the form of places the user has travelled and creates and displays new objects containing information about each location.

Setup/Installation Requirements

  • First, clone this repository to your desktop by navigating to the desktop in the Terminal ("cd desktop") and then entering "git clone [Repository-Name-Here]".
  • Once the directory is cloned to your desktop, open the directory in the Terminal ("cd Places-weave-been").
  • After that open the directory in Visual Studio Code by entering the command "code ." in the Terminal.
  • Open index.html in a browser of your choice to view the project.(Google Chrome is recomended.)

Project Specifications

Behavior Input Output
user inputs nothing "" HTML form input required message
user inputs a number "23445" "Error: Please enter a place"
user input name of place "Belgium" Create and display belgium Place object
user inputs name and date "Belgium" + "June 2019" Creat Place object for belgium with Date info

Technologies Used

  • HTML
  • Bootstrap
  • CSS
  • Git
  • JavaScript
  • jQuery

License

This software is licensed under the MIT license

Copyright (c) 2020 Geoff Goetz & Jamison Cozart