Skip to content

caobaloc12/social-media-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

social-media-dashboard

A single page application using react, dva and ant-design. The API is based on https://jsonplaceholder.typicode.com/. Demo: https://social-media-dashboad.herokuapp.com/

Features

  • Users
    • View the list
  • Posts of user
    • View the list
    • View detail of a post
      • View post's comments
      • Create, edit and delete comment
    • Create, edit and delete post
  • Albums of user
    • View the list
    • View the list photos of album
      • View detail of photo

Installation

Clone project:

git clone [email protected]:locronaldo/social-media-dashboard.git

Install dependencies:

npm i 
// or 
yarn install

Run:

npm start
// or 
yarn start
// then open: `http://localhost:8000`

Test (WIP):

npm run test

About

A single page application using react, dva and ant-design

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published