Skip to content

Latest commit

 

History

History

lesson8

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Lesson 8

This project was bootstrapped with Create React App.

npx create-react-app lesson8
cd lesson8

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

Homework

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:

Example

image

Links