See Project's Demo on: Live Demo.
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 startA 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
- create-react-app
- material-ui
- react-router-dom
- axios
- react-redux
- jess (on progress)
- enzyme (on progress)