The Nobel Visualization project is a data visualization tool that aims to provide interactive visualizations of Nobel Prize data. It allows users to explore and analyze the various Nobel Prize categories, laureates, and their associated information.
Before running the app you will need to install project dependencies, to do so follow these steps:
- Clone the repository:
git clone https://github.com/JpTanaka/nobel-visualization.git - Navigate to the project directory:
cd nobel-visualization/frontend - Install dependencies:
npm install
To run the app follow these steps after having installed all dependencies:
- Start the development server:
npm start - Open your web browser and navigate to
http://localhost:3000to access the application. - Explore the different visualizations, select categories, and interact with the data.
Some of the technologies used by this project:
- React: JavaScript library for building user interfaces
- Nivo: JavaScript library for data visualization React components
- Material UI: React components library following google's material design
- D3.js: JavaScript library for data visualization