LaunchX is built to keep you up to date with details about upcoming and past SpaceX launches.
Expo provides simple setup and build tools on top of the React-Native framework. With Expo we can easily boot multiple emulation enviroments or test directly on your device with Expo Go.
To get started with development clone the git repository:
$ git clone git@github.com:TylerSwindell/LaunchX.git
Next navigate to root folder and install all NPM packages:
$ cd ./LaunchX
$ npm install
While inside the project root folder run the start command npx
$ npx expo start
You can run the app through the metro bundler using a: android or i: iPhone. Be sure to setup the emulators:
Android Studio | iOS Simulator
LaunchX utilizes Expo for it's React-Native build and configuration. Expo provides an on device method of testing called Expo Go which can be live reloaded in app requiring no building to preview.
Public respository for all SpaceX api endpoints and documentation
Redux is utilized for state management and data api queries with RTK Query
- Configure FlightInfoSection's contentSection variable to be an Element that can be styled in the switch statement that renders the content
- Filter Modal
- Filter by time / date
- Filter by details (Crew count, crew name, etc.)
- Decouple image sizing from redered components