This project was bootstrapped with Create React App.
npx create-react-app lesson8
cd lesson8
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
Create a ReactJS app with <SubredditFeed subreddit="ProgrammerHumor" />
, <RedditPost />
component.
Fetch all post from a subreddit using reddit API. Example: https://www.reddit.com/r/ProgrammerHumor/.json
.
And display some info about post into RedditPost
component.
You may use some UI Component like: