Make sure your environment is set up according to the react native documentation
This project was generated with react-native.
Run these commands in the terminal:
npm run install
cd ios
pod install
npm run ios
The app should automatically in your simulator.
- Request data from New York Times repo.
- Graph data using react-native-chart-kit.
- Add interactive elements to graphs.
- Routing with react-navigator.
- Deploy to the Apple app store and Google Play store.
React Native
Brendt Bly
The New York Times has made their Covid-19 data available on github. It's a great resource for researchers.