Skip to content

alfattahdaeng/social-media-dashboard-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social Media Dashboard with react.js

See Project's Demo on: Live Demo.

Installation

A. Installing Prerequisites

Download and install at least LTS or the latest version of Node.js from its web site.

B. Clone repo to your local

Open your favorite console application (Terminal, Command Prompt etc.), navigate into your work folder, run the following command and wait for it to finish:


 git clone https://github.com/alfattahdaeng/social-media-dashboard-react
 cd social-media-dashboard-react
 yarn install
 yarn start

About Project

A social media dashboard using single page application with API https://jsonplaceholder.typicode.com/

Features:

  • User can view list of users
  • User can view list of posts of each user
  • User can view list of albums of each user
  • User can view the detail of each post and its comment
  • User can view list of photos from an album
  • User can view the detail of photo
  • User can add, edit and delete post
  • User can add, edit and delete comment

Sources and Credits

  • create-react-app
  • material-ui
  • react-router-dom
  • axios
  • react-redux
  • jess (on progress)
  • enzyme (on progress)

About

Single Page Application using react.js with JSONPlaceholder API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages