A web application to visualize data in the form of bar charts using Chart.js.
- Visualizes data using bar charts.
- Utilizes Chart.js for data visualization.
- Built with Spring Boot for the backend and React for the frontend.
- Java (for Spring Boot)
- Node.js and npm (for React)
- Chart.js (for data visualization)
- Clone the repository:
git clone https://github.com/rishabhrawat05/data-visualizer.git cd data-visualizer/data-visualizer-backend
- Build and run the Spring Boot application:
./mvnw spring-boot:run
- Navigate to the frontend directory:
cd ../data-visualizer-frontend
- Install dependencies:
npm install npm install chart.js
- Start the React application:
npm start
- Ensure the backend is running.
- Open your browser and navigate to
http://localhost:3000
. - Use the application to input data and visualize it in bar chart format.