An interactive full-stack application built with React that visualizes environmental metrics of a food processing plant by importing data from Excel sheets and generating line charts.
Follow these steps to get the project up and running on your local machine:
First, clone this GitHub repository to your local machine.
Open your terminal. If you’re using a Linux or Ubuntu operating system, you can use the default terminal application.
Enter the following command in your terminal to install all the necessary libraries:
npm i papaparse react-chartjs-2 chart.js
Enter the command to run the application.
npm start
If you encounter any issues while running the application, such as errors or the application not starting, you may need to install react-scripts
.
Enter the following command in your terminal:
npm i react-scripts