Skip to content

TylerSwindell/LaunchX

Repository files navigation

LaunchX

LaunchX is built to keep you up to date with details about upcoming and past SpaceX launches.

Tech Stack

Expo

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

Features to add:

  1. Configure FlightInfoSection's contentSection variable to be an Element that can be styled in the switch statement that renders the content
  2. Filter Modal
  3. Filter by time / date
  4. Filter by details (Crew count, crew name, etc.)
  5. Decouple image sizing from redered components

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published