Files
Randell Dawson 1494a50123 fix(guide): restructure curriculum guide articles (#36501)
* fix: restructure certifications guide articles
* fix: added 3 dashes line before prob expl
* fix: added 3 dashes line before hints
* fix: added 3 dashes line before solutions
2019-07-24 13:29:27 +05:30

571 B

title
title
Build a Random Quote Machine

Build a Random Quote Machine


Problem Explanation

The project consists of three distinct parts:

  1. Identifying the components needed to complete the task, what components are there? Can some components be used more than once? E.g. the buttons, are they the same only with different onClick events?
  2. What component should be responsible for keeping state, and how should changes in state be passed on to other components?
  3. How should a new quote be fetched? Where should the new quote and the author be stored?