Welcome to the Visualization Dashboard Test Assignment! This project involves creating an interactive data visualization dashboard using data from Data.csv
. Developed with Java for the backend and React.js for the frontend, the dashboard provides an engaging interface for exploring and analyzing data.
The goal of this assignment is to build a data visualization dashboard that displays metrics such as intensity, likelihood, relevance, year, country, topics, region, and city. The dashboard includes various filters to refine data analysis.
The data used in this project is available in the Data.csv
file. You can download it from the following link:
- Interactive graphs, charts, and visuals.
- Filters for end year, topics, sector, region, PEST, source, SWOT, country, and city.
- Customizable and creative visualizations.
- Data is fetched from the database using a Java/Spring Boot API.
````bash
git clone https://github.com/yourusername/visualization-dashboard.git
````bash
cd backend
````bash
mvn clean install
mvn spring-boot:run
The backend server will be available at http://localhost:8080.
````bash
cd frontend
````bash
npm install
````bash
npm start