Skip to content

Latest commit

 

History

History
60 lines (44 loc) · 1.97 KB

README.md

File metadata and controls

60 lines (44 loc) · 1.97 KB

Healthmap

Index

🔖 About

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.

✔️ Result

Home

🚀 Technologies Used

The project was developed using the following technologies

📱 Screens

Home Map Detail

🔥 How to use

  • 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

♻️ how to contribute

  • 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