It is a frontend built for ESGeasy project. The objective of this is to display a SPA (Single Page Application) built with react containing a login page, a simple form to map the user profile and them display every company that this user should invest according the previous mapping.
To run this repository by yourself you will need to have react app installed, and them install every requirements. We will show how to do it in the next step.
# Clone the frontend repository
$ git clone <https://github.com/Hackganization/tbd-front>
# Access the backend directory
$ cd tbd-front/
# Run install all the requirements
$ npm install
# Run the application
$ npm start
After that the application will be running in the port 3000.
- React
- Material-UI