This application allows users to upload an Excel file and visualize the data in a line chart.
- Clone the repository.
- Run
npm install
oryarn install
to install dependencies.
- Start the application with
npm start
oryarn start
. - Upload an Excel file with x-axis values in the first column and y-axis values in the second column to view the line chart.
If you'd like to contribute, please fork the repository and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.