nvande / Travel-Wish-List

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travel Wish List

The Travel Wish List application generates a randomized list of 10 countries, and allows you to sort and remove countries from this list as well as take notes, so you will be ready to plan your next globe-spanning adventure.

npm start

Runs the app. Open http://localhost:3000 to view it in your browser.

Configuration

You can edit config.json to modify configuration for the app:

  • apiUrl determines the URL of the API to gather country information from (works with the World Bank API: https://api.worldbank.org/v2/countries?format=json)
  • numberOfCountries lets you control how many countries to generate with each new list (up to 99 before overflow becomes a problem)

*note: this project uses a free vector image created by the artist agentcrown7165717, https://www.vecteezy.com/members/agentcrown7165717

About


Languages

Language:JavaScript 78.8%Language:CSS 17.7%Language:HTML 3.6%