-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Following the advice under Thinking In React..
I've built out my UI first, with no real functionality to anything yet.
Now that you have your component hierarchy, it’s time to implement your app. The easiest way is to build a version that takes your data model and renders the UI but has no interactivity. It’s best to decouple these processes because building a static version requires a lot of typing and no thinking, and adding interactivity requires a lot of thinking and not a lot of typing. We’ll see why.
Passing 12 out of 29, for the Pomodor at FreeCodeCamp.com
repo
live demo, be sure to use the NavBar to get to quote
use the hamburger menu on the top left and select Random Quote Machine to run the test suite, they say it's designed for Chrome and may encounter bugs in other browsers.
Quote.js