Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 666 Bytes

readme.md

File metadata and controls

35 lines (22 loc) · 666 Bytes

Asteroids

View incoming asteroids from your phone with data sourced directly from NASA! Simply select a date and browse the daily close calls.

Get Started Locally

  1. Clone repo and cd to root directory
  2. Install expo-cli
npm install --global expo-cli
  1. Install dependencies
npm install
  1. Run the app
npm start

Preview App

  1. Download expo go on your mobile device
  2. https://expo.dev/@digthedill/asteroids

Other

Decided to explore React Native with Typescript. I don't claim to be an expert so sorry if something isn't considered 'best practice'.

Tested on Android Emulator and my personal iPhone.