A fun little demo travel app using React, React Hooks, React Router, Material-UI ... etc
View live demo here: GlobeTrotter
- Must have Git installed on your local machine. More info on how to set that up here: Install Github
- Must have Node installed on your local machine. More info on how to set that up here: Install Node
- Open Terminal [MacOS], Command Prompt [Windows], or any other Command Line Interface (CLI)
- Clone the GlobeTrotter GitHub Repository by executing this command in the CLI:
git clone https://github.com/shelbourn/Globetrotter.git
- Navigate into the directory of the newly cloned GlobeTrotter Repository by executing this command in the CLI:
cd glob
then press theTab
key on your keyboard to auto-complete the folder path and the press theEnter
key - Install/Update all the Node modules and dependencies necessary for this app to run by executing this command in the CLI:
npm install
- After the packages and dependencies have been installed/updated run the app using your browser's Local Host by executing this command in the CLI:
npm start
- Your default browser should now open and display the GlobeTrotter app 🎉