The idea was presented by the faculty and I decided to implement it my way with different file structure and technologies.
This application aims to show users health agencies close to their geolocation. In the application it is possible to search for Hospitals, Health Centers and FIND. Also, it is possible to use the GPS to reach the chosen location.
The project was developed using the following technologies
- Clone esse repositório:
git clone https://github.com/dark-knight37/healthmap.git
- Instale as dependências:
npm install
- Start a aplicação:
npm start
- Fork this repository,
- Create a branch with your feature:
git checkout -b my-feature
- commit your changes:
git commit -m 'feat: My new feature'
- Push your branch:
git push origin my-feature