This project developed to solve part of the problems caused by natural disasters, initially dealing with floods.
The project | Technologies | How To Use | License
Project to improve assistance and assistance to the population.
Gaia, a system that serves the society of a certain region that is about to be affected by floods, requests quick help to civil defense informing their current situation, avoiding possible overloads in distress call centers as well. Also developed to assist the civil defense, the system also positions victims' data in real-time on a map and a Dashboard, classifying them by criticality to improve the performance of care and help the population. Here, it uses:
- Typescript
- React
- React Hooks
- Prettier
- Eslint
- Styled Components
- Polished
- Axios
- Leaflet
From there, more functionality will come.
You can verify in other repository with the back-end project. Here
This project was developed at the Team 5 - gaia with the following technologies:
To clone and run this application, you'll need Git, Node.js v12.18 or higher + Yarn v1.22 or higher installed on your computer and the gaia.
From your command line:
# Clone this repository
$ git clone https://github.com/Gaia-Team-5/web-gaia.git
# Go into the repository
$ cd web-gaia
# Install dependencies for the frontend
$ yarn
# Run the frontend server
$ yarn start
Ps.: You need to run the backend server before.
This project is under the MIT license. See the LICENSE for more information.
Made with by Team 5 - gaia 👋