Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.05 KB

README.md

File metadata and controls

44 lines (25 loc) · 1.05 KB

EcoMetrics Dashboard

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.

Project Setup Instructions

Follow these steps to get the project up and running on your local machine:

1. Clone the Repository

First, clone this GitHub repository to your local machine.

2. Open Terminal

Open your terminal. If you’re using a Linux or Ubuntu operating system, you can use the default terminal application.

3. Install Dependencies

Enter the following command in your terminal to install all the necessary libraries:

npm i papaparse react-chartjs-2 chart.js

4. Run Application

Enter the command to run the application.

npm start

Troubleshooting

If you encounter any issues while running the application, such as errors or the application not starting, you may need to install react-scripts.

Install react-scripts

Enter the following command in your terminal:

npm i react-scripts