Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 578 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 578 Bytes

Travel Guide React Project

  • A travel guide that suggests activities you can do once you arrive at a certain destination or just browse available activities.
  • It also gives information about the population, capital, currency, time-zone etc of a number of countries.

To run this project

  • Clone(fork) this repository
  • Run these following commands on your terminal/ cmd prompt:
    • cd travel-guide
    • npm install
    • npm run start
    • enter [http://localhost:3000] in your browser