freeCodeCamp/guide/english/certifications/front-end-libraries/front-end-libraries-projects/build-a-random-quote-machine/index.md

11 lines
545 B
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
title: Build a Random Quote Machine
---
## Build a Random Quote Machine
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?