DEV Community

Pavel Ermakov
Pavel Ermakov

Posted on

I've reverse-engineered COVID-19's fronted app, using react hooks and context

With a help of react-native and expo, I have created an app that uses public COVID-19 api. I've had ideas to build something with new react hooks for quite some time. Especially I was thrilled to encapsulate 3-rd party api logic.

I am pretty happy with the result. Works on both platforms. Feel free to mess around.
Repo: https://github.com/pavermakov/react-native-covid-19
Api: https://github.com/javieraviles/covidAPI
Expo web: https://expo.io/@pavermakov/covid-19
Expo app: https://exp.host/@pavermakov/covid-19

app 1

Top comments (0)