A React-based web application for displaying and managing ESG (Environmental, Social, and Governance) scores.
A standard React application structure is used to organize the codebase:
/
├── public/
└── src/
├── assets/
├── common/
├── components/
├���─ containers/
├── context/
├── pages/
├── routes/
├── services/
└── util/
The application includes several pages, with routing managed by React Router:
State management is handled by a combination of tools:
Material-UI (MUI) is used for the main UI components, and reusable custom components are stored in `src/components`.
To get the project up and running locally, follow these steps:
yarn install
yarn start