Dog Twitter

A live-coded clinic to teach the basics of React state and stateful components. The stateful TwitterFeed component renders a collections of Tweets, and should keep track of which Tweet is selected in state. The selected Tweet should display in yellow.

All data is important from constants/data.js

Setup

To get set up, run the following:

  npm install
  webpack-dev-server

And navigate to localhost:8080