This project was bootstrapped with Create React App.
Dashboard UI Front End with React & Redux + fake json API
-
Install the packages. run this command in root directory
yarn install
ornpm install
-
then,
yarn start
ornpm 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
-
This application includes unit test using Jest and Enzyme
yarn test
ornpm test