Skip to content

A simple react app that fetch data from 2 API end points and render them to the home page as posts and comments

Notifications You must be signed in to change notification settings

moemachef/react-socialmedia-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


react-socialmedia-app

A simple react app that fetch data from 2 API end points and render them to the home page as posts and comments

The 2 API endpoints are:

  1. "https://jsonplaceholder.typicode.com/posts"
  2. "https://jsonplaceholder.typicode.com/comments?postId=1"

Using:

  1. React.js
  2. Axios (Promise based HTTP client for the browser and node.js)
  3. Google's Material Design

Getting Started:

npm install => to install all dependencies to node_modules

npm start => to start the server and listen on port 3000


About

A simple react app that fetch data from 2 API end points and render them to the home page as posts and comments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published