Listing files and folder in a presentable view in react js using recursive component invocation. For the sack of demonstration, json.js file is used as reference and styled-components is used for UI.
Here is DEMO
Clone this repo, move to project folder and install dependencies;
# npm
npm i
#yarn
yarn
Then start project;
# npm
npm run start
#yarn
yarn start