Skip to content

A mobile app that displays graphs of Covid-19 data.

Notifications You must be signed in to change notification settings

b-bly/CovidData

Repository files navigation

Covid Data Mobile App

Setup

Make sure your environment is set up according to the react native documentation

This project was generated with react-native.

Getting Started

Prerequisites

Installing

Run these commands in the terminal:

npm run install

cd ios

pod install

npm run ios

The app should automatically in your simulator.

Completed Features

  • Request data from New York Times repo.
  • Graph data using react-native-chart-kit.
  • Add interactive elements to graphs.
  • Routing with react-navigator.

Next Steps

  • Deploy to the Apple app store and Google Play store.

Built With

React Native

Author

Brendt Bly

Acknowledgments

The New York Times has made their Covid-19 data available on github. It's a great resource for researchers.