This is a data visualization app which will show csv data on charts. I have used papaparse to convert csv data to Json formate, and used Nivo library for charts which is very easy to use and popular library for javascript.
Note: This is simple app I have done this for a software company for test purpose only. And the data is given by them.
Follow below 2 steps to run this app after clone it.
Install the dependencies.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment