- Pass “score” as a prop to the reddit listing component.
- Create a header component that updates its title based on the current selected subreddit.
- Fix the subreddit selection so that only the selected subreddit is highlighted.
##SETUP:
Node 4.2.6 or higher is required
- Run
npm install
to install the dependencies. - Run
npm start
to start the server. - Navigate to
http://localhost:8005
.
Run npm test
to run the tests