This is an app that allows users to get information about near earth Asteroids. It uses NASA's NeoWs (Near Earth Object Web Service) API.
- Browse through known asteroids and filter using the search bar
- Get additional details about each asteroid (e.g., its next close approach to Earth)
- Add favorite asteroids to a dedicated list
- NeoWs API
- React Native (with TypeScript & Expo)
- Redux
- Axios
- Moment
- Lottie React Native
- React Native Reanimated
- Install packages using
npm installoryarn install - Start project using
npx expo start - View app
- Physical device (iOS/Android): scan the QR code to launch the app via Expo Go
- iOS Simulator: press
ito open the simulator (Xcode, Xcode Command Line Tools and Watchman must be pre-installed) - Android Emulator: press
ato open the emulator (detailed pre-installation instructions)