Skip to content

Derimarg/destination-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Destination Hub

link web page : https://derimarg.github.io/destination-hub/

Description


The purpose of Destination Hub (aka Bucket Traveler) is to make it easier for users to find and save a bucket list of travel destinations. When searching a location, users will be able to find different attractions and create their own “bucket list” of events.

It is often hard to remember and research all the different attractions. We are building this website to make the process more efficient.

User Story


As a USER I want to search for vacation locations and find local attractions to visit while I am there.

Acceptance Criteria:

  • When I enter a location into a search bar and click on the search icon to submit,

  • Then the application will return up to 10 cards with a name of an attraction, image and a more button to get more information

  • So that I can build my dream bucket list of attractions to visit.

  • Given that I want to save my selections,

  • When I hit the save button on an attraction,

  • Then it will save a list at the bottom for me to refer back to.

  • When I type in a new location, then the cards onthe screen will be replaced with new cards from the newly searched location.

Future Enhancements


Future Enhancements:

  • Add map to display where all the attractions are in relation to the city searched

  • Add flight and hotel capability

  • Add log in capability so that the saved list can be shared across devices.

  • Return more results in search and add a carousel to display them.

Project Demo

Table of Contents


Technologies

  • HTML
  • CSS
  • Bulma
  • JavaScript
  • OpenTripMap API
  • Geoapify API

Back To The Top


How To Download

  • Simply copy the SSH to the terminal or Download the ZIP File:

Installation

Use the follow command at your terminal, git clone (Create a working copy of a local repository):

git clone git@github.com:Derimarg/destination-hub.git

After cloned the repository, create your own repository, copy the files to your repository and type in your terminal the follow commands.

git status

git add -A

git commit -m "Message to commit."

git push or git push origin main

Back To The Top


License

MIT License

Copyright (c) 2021 Derimar Gray, Brian Wilde, Jodi Jackson, Ella haden.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Back To The Top


Author Info

GitHub Contributors

Back To The Top