This project was bootstrapped with Create React App.

React Socmed

Dashboard UI Front End with React & Redux + fake json API

Getting Started

  • Install the packages. run this command in root directory

    yarn install or npm install

  • then, yarn start or npm start

Or you can visit the page

Note: Since this application use fake json API, you can only update and delete from the existing API

Test

  • This application includes unit test using Jest and Enzyme

    yarn test or npm test