shelbourn / Globetrotter

A fun little demo travel app using React, React Hooks, React Router, Material-UI, live demo hosted on AWS in an S3 bucket
http://globe-trotter.s3-website.us-east-2.amazonaws.com
MIT License
1 stars 0 forks source link
aws form functional-programming javascript material-ui react react-hooks react-router reactjs s3 s3-bucket table

:globe_with_meridians: GlobeTrotter :globe_with_meridians:

A fun little demo travel app using React, React Hooks, React Router, Material-UI ... etc

Live Demo

View live demo here: GlobeTrotter

Installation Requirements

  1. Must have Git installed on your local machine. More info on how to set that up here: Install Github
  2. Must have Node installed on your local machine. More info on how to set that up here: Install Node

Operating Procedures

  1. Open Terminal [MacOS], Command Prompt [Windows], or any other Command Line Interface (CLI)
  2. Clone the GlobeTrotter GitHub Repository by executing this command in the CLI:
    git clone https://github.com/shelbourn/Globetrotter.git
  3. Navigate into the directory of the newly cloned GlobeTrotter Repository by executing this command in the CLI:
    cd glob then press the Tab key on your keyboard to auto-complete the folder path and the press the Enter key
  4. Install/Update all the Node modules and dependencies necessary for this app to run by executing this command in the CLI:
    npm install
  5. 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
  6. Your default browser should now open and display the GlobeTrotter app :tada: