Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solrachix/covid-19-monitor
Monitore o COVID-19 em seu país e no mundo, visualize gráficos de linhas e círculos, mapas, entre outras informações.
https://github.com/solrachix/covid-19-monitor
coronavirus covid-19 covid19 expo nodejs react-native
Last synced: 3 months ago
JSON representation
Monitore o COVID-19 em seu país e no mundo, visualize gráficos de linhas e círculos, mapas, entre outras informações.
- Host: GitHub
- URL: https://github.com/solrachix/covid-19-monitor
- Owner: solrachix
- Created: 2020-04-01T21:59:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T18:53:42.000Z (about 2 years ago)
- Last Synced: 2024-05-28T23:43:06.148Z (8 months ago)
- Topics: coronavirus, covid-19, covid19, expo, nodejs, react-native
- Language: JavaScript
- Homepage:
- Size: 15.6 MB
- Stars: 31
- Watchers: 1
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Monitor COVID-19
Monitor COVID-19 in your country and in the world, view line and circle graphs, maps, among other information.
Description |
Technologies used |
Prerequisites |
Installing |
Sources## Demonstration
## :computer: Languages
- **Javascript**
## :books: Technologies
- #### React navigation
* **@react-native-community/masked-view**: 0.1.5
* **@react-navigation/native**: ^5.1.3
* **@react-navigation/stack**: ^5.2.6
* **axio**s: ^0.19.2
* **expo**: ~36.0.0
* **expo-constants**: ~8.0.0
* **expo-mail-composer**: ~8.0.0
* **intl**: ^1.2.5
* **react-native-svg**: 9.13.3
* **react-native-svg-charts**: ^5.3.0
* **react-native-webview**: 7.4.3
- #### React
* **react**: ~16.9.0
* **react-dom**: ~16.9.0
* **react-native**: https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz
* **react-native-gesture-handler**: ~1.5.0
* **react-native-maps**: 0.26.1
* **react-native-reanimated**: ~1.4.0
* **react-native-safe-area-contex**: 0.6.0
* **react-native-screens**: 2.0.0-alpha.12
* **react-native-web**: ~0.11.7
* **styled-components**: ^5.0.1### Prerequisites
If you do not have any of the software below, follow the link to install
- [Installing Git](https://git-scm.com/downloads)
- [Installing Node.js via package manager](https://nodejs.org/en/download/package-manager/)
- [Installing Yarn](https://yarnpkg.com/en/docs/install#debian-stable)
- [Installing Expo](https://facebook.github.io/react-native/docs/getting-started)### Installing
Follow the steps below to run the project on your computer. (using terminal or git bash)
1. Clone this repository
```bash
git clone https://github.com/solrachix/covid-19-monitor.git
```
2. Run Mobile App
```bash
cd covid-19-monitor
yarn
yarn start
```
Then open the Expo app on your phone and scanned the QR code.### Sources
> https://github.com/NOVELCOVID/API## :memo: License
This project is under MIT. See at here [LICENSE](/LICENSE) for more informations.
---
Made by :blue_heart: by [Carlos Miguel](https://github.com/solrachix)