Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariusmonkam/safe-walker-covid-19
Coronavirus is heating the world, about 272 806 peoples have contracted it around the world, 11 313 have loose their lives. The current situation is affecting the world economic, people life and business activities. Quick covid-19 diagnose checkup. Quick response of the decision maker .Map with colored marker
https://github.com/mariusmonkam/safe-walker-covid-19
react-native react-navigation react-redux reactjs redux redux-thunk sqlite
Last synced: 1 day ago
JSON representation
Coronavirus is heating the world, about 272 806 peoples have contracted it around the world, 11 313 have loose their lives. The current situation is affecting the world economic, people life and business activities. Quick covid-19 diagnose checkup. Quick response of the decision maker .Map with colored marker
- Host: GitHub
- URL: https://github.com/mariusmonkam/safe-walker-covid-19
- Owner: mariusmonkam
- Created: 2020-03-21T20:50:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T18:21:59.000Z (almost 2 years ago)
- Last Synced: 2024-11-13T22:36:07.730Z (2 months ago)
- Topics: react-native, react-navigation, react-redux, reactjs, redux, redux-thunk, sqlite
- Language: JavaScript
- Homepage: http://www.webdev.poziral.com/safe-walker-covid-19/
- Size: 1.89 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# safe-walker-covid-19
Coronavirus is heating the world, about 272 806 peoples have contracted it around the world, 11 313 have loose their lives.
The current situation is affecting the world economic, people life and business activities.**Safe-walker-covid-19** is a Quick covid-19 diagnose checkup to help descision maker to respond fast about the ongoing health situation.
[Expo Link]( https://expo.io/--/to-exp/exp%3A%2F%2Fexp.host%2F%40cloudmonde%2Fsafe_walker_covid_19)[Open it in Expo]( https://expo.io/--/to-exp/exp%3A%2F%2Fexp.host%2F%40cloudmonde%2Fsafe_walker_covid_19)
Download Expo for [Android](http://bit.ly/2bZq5ew) or [iOS](http://apple.co/2c6HMtp)
The developement of the project just started.
we are using on the frontend React and React-native , SQLite as database but this is just for the demo purpose we will move to more secure database. We also use react-navigation to create the navigation.
To start the project run the following command and make sure you have ```node 10 LTS``` installed.```npm install -g expo-cli```
Then run the following commands to create a new React Native project called "NameOfYourProject"
```javascript
expo init NameOfYourProjetcd NameOfYourProject
npm start # you can also use: expo start
```
To create your navigation with react-navigation follow this [guide](https://reactnavigation.org/docs/getting-started)
More about starting a React-native project with expo [here ](https://reactnative.dev/docs/getting-started)##Here are some screenshoots of the app
![Home Screen here will be display usefull information for the user after he have entered his symptom](https://github.com/MariusMonkam/safe-walker-covid-19/blob/master/assets/Screenshot_20200320_212753_host.exp_.exponent-473x1024.jpg)
![Here is the form screen where user will enter his current symptom](https://github.com/MariusMonkam/safe-walker-covid-19/blob/master/assets/Screenshot_20200320_212810_host.exp_.exponent-473x1024.jpg)
![List of symptom to be checked by user ](https://github.com/MariusMonkam/safe-walker-covid-19/blob/master/assets/Screenshot_20200320_212924_host.exp_.exponent-473x1024.jpg)
![Picking the current location of the user ](https://github.com/MariusMonkam/safe-walker-covid-19/blob/master/assets/Screenshot_20200321_224248_host.exp.exponent.jpg)
![The picked location of the user display on the screen ](https://github.com/MariusMonkam/safe-walker-covid-19/blob/master/assets/Screenshot_20200321_235332_host.exp.exponent.jpg)