Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 1.17 KB

README.md

File metadata and controls

50 lines (41 loc) · 1.17 KB

fasterly

Project #4 | REACT Application

URL: https://fasterly.herokuapp.com/

Objective of Application: To allow checking of themepark rides wait time.

Technology:

  • React (v16)
  • Express.js (v4) as production and development server
  • Webpack 4 (production and development configurations)
  • SCSS, Bootstrap 4
  • ThemePark API
  • Heroku

Approach:

  1. Research and prepare a Proto Persona:
  2. Identify a Problem Statement: User
  3. Prototype wireframes for the application. Wireframe
  4. Install ThemePark API for application. URL: https://cubehouse.github.io/themeparks/
  5. Code application.
  6. Apply styling.
  7. Deploy to Heroku.

Learning Journey:

  • Research and utilize API data.
  • Styling for appeal and mobile responsiveness.

Furthers:

  • Troubleshoot parks that are not working on heroku.
  • Improve mobile responsiveness.
  • Implement loading screen.
  • Improve styling.

Installation

git https://github.com/SimYen/fasterly.git
cd fasterly
npm install
npm run build
npm start

License

MIT License. Free use and change.