This project is a Frontend web application for the value added services project written in React.js
This project is mainly a dashboard which displays information from the value added service country risk backend project. This dashboard calculates a risk score per country based on information regarding corruption, political stability, economic risk and social and structural figures.
Country risk refers to the risk of investing or lending money in a country, arising from possible changes in the business environment that may adversely affect operating profits or the value of assets in the country. For example, financial factors such as currency controls, devaluation or regulatory changes, or stability factors such as mass riots, civil war and other potential events contribute to companies' operational risks. This term is also sometimes referred to as political risk - however, country risk is a more general term that generally refers only to risks affecting all companies operating within or involved with a particular country.
For more information and documentation, please refer to documentation.
For topics and information discussion, please refer to Eclipse Country Risk Room
There are two demo environments provided by Catena-X:
- INT: https://country-risk-dashboard.int.demo.catena-x.net/
- DEV: https://country-risk-dashboard.dev.demo.catena-x.net/
- Components: https://portal.dev.demo.catena-x.net/_storybook/
Clone the source locally:
git clone "URL-OF-PROJECT"
cd product-vas-country-risk-frontend
To run with the APIs of the local backend part of the project, you need to change the APIs URLs on the .env file!
Do the following command npm install @emotion/react @emotion/styled @mui/[email protected] @mui/[email protected] react-simple-maps cx-portal-shared-components react-scripts
to install the application.
After that the application should be run with
the npm start
command.
This will run the application on the following URL: http://localhost:3000
Bellow you can find the information regarding Docker Notice for this application.
Distributed under the Apache 2.0 License. See LICENSE for more information.