This app is to track covid-19 with information regarding new infections, deaths and recoveries in all over the world. All APIs that were consumed in this app, provided by https://disease.sh/
The app UI was inpired by some other UIs:
- https://dribbble.com/shots/10925806-COVID-Virus-Tracking-App-Challenge
- https://dribbble.com/shots/10982036-Covid-App
- Show disease's global statistics.
- Visualized data by line chart and bar chart.
- Show each country affected by Covid19.
- Error handling
- Search country on country list screen
- Country autodetect for user
- https://reactnavigation.org/ (used version 4)
- https://redux.js.org/ (used Redux with Redux-Thunk)
- https://github.com/indiespirit/react-native-chart-kit (draw Line chart and Bar chart)
- https://github.com/axios/axios