An open API service indexing awesome lists of open source software.

https://github.com/miguelitodev/spacex_mobile

🪐 Space Exploration Technologies Corp., whose trade name is SpaceX, is an American company for aerospace systems and space transport services based in Hawthorne, California.
https://github.com/miguelitodev/spacex_mobile

aerospace-systems app mobile-app react-native spacex spacex-mobile

Last synced: 3 months ago
JSON representation

🪐 Space Exploration Technologies Corp., whose trade name is SpaceX, is an American company for aerospace systems and space transport services based in Hawthorne, California.

Awesome Lists containing this project

README

        


logo spacex


Space X Mobile


Github top language

Github language count

Repository size

License

Github issues

Github forks

Github stars


## :dart: About

Space Exploration Technologies Corp., whose trade name is SpaceX, is an American company for aerospace systems and space transport services based in Hawthorne, California.

## :rocket: Technologies

The following tools were used in this project:

- [React Native](https://reactnative.dev/)
- [TypeScript](https://www.typescriptlang.org/)

## :white_check_mark: Requirements

Before starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed.

## :checkered_flag: Starting

```bash
# Clone this project
$ git clone https://github.com/miguelrisquelme/spacex_mobile.git

# Access
$ cd spacex_mobile

# Install dependencies
$ yarn install

# Run the project
$ yarn start

# Will generate a QRCode, just need install the expo app on your phone and play
```

## :memo: License

This project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.

Made with :heart: by Miguel Riquelme

 

Back to top