The Java Data Table Application is a Java Spring Boot project that provides a user-friendly web interface for managing and visualizing tabular data stored in JSON, CSV, and Excel file formats. Users can log in to the application, and upon authentication, they have the option to upload data files in these formats. Once the data is uploaded, it is parsed and displayed in a table format for easy viewing and analysis. THIS IS A UI Part of the project where you can find
Clone the project
git clone https://github.com/Reugin/Table-Data-UI.gitGo to the project directory
cd Table-Data-UIInstall dependencies
npm installSet Backend Url Path in .env file
example REACT_APP_API_BASE_URL = "http://localhost:8080/api"Start the server
npm run start