https://github.com/reime005/spaceseek
See and search upcoming and previous rocket space launches! Built with React Native, using Detox E2E tests, Fastlane and Github Actions for app store deployment.
https://github.com/reime005/spaceseek
github-actions hacktoberfest launchlibrary react react-native typescript
Last synced: 8 months ago
JSON representation
See and search upcoming and previous rocket space launches! Built with React Native, using Detox E2E tests, Fastlane and Github Actions for app store deployment.
- Host: GitHub
- URL: https://github.com/reime005/spaceseek
- Owner: reime005
- Created: 2020-10-31T00:33:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T16:06:57.000Z (over 3 years ago)
- Last Synced: 2025-04-06T13:36:52.581Z (about 1 year ago)
- Topics: github-actions, hacktoberfest, launchlibrary, react, react-native, typescript
- Language: TypeScript
- Homepage: https://mariusreimer.com
- Size: 35.1 MB
- Stars: 28
- Watchers: 2
- Forks: 17
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Space Seek - View Space Data


This is a rewrite of ['Space Viewer - Rocket Infos'](https://github.com/reime005/react-native-spaceviewer).
You can see lots of information about rocket space launches from all over the world! Want to know at which location it will launch? Or do you want to see its live stream? All the information are bundled in this app.
This includes rocket launches from SpaceX, NASA, ROSCOSMOS, ISRO, ULA and many more!
# Tech Stack & Credits
- đ API via [The Space Devs](https://thespacedevs.com)
- âī¸ Built with [Typescript](https://www.typescriptlang.org/)
- đĻ Automatic deployment via [Fastlane](https://fastlane.tools)
- ⥠More comprehensive animations via [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated)
- đ¨ Theming and component styling via [styled-components](https://styled-components.com/)
- đŧī¸ SVG support via [react-native-svg](https://github.com/react-native-svg/react-native-svg)
- đ Exposing config variables via [react-native-config](https://github.com/luggit/react-native-config)
- đą Safe area view [react-native-safe-area-view](https://github.com/react-community/react-native-safe-area-view)
- đŧī¸ Fast and performant image loading [react-native-fast-image](https://github.com/DylanVann/react-native-fast-image)
- đŗī¸ Typescript enabled internationalization (i18n) via [react-i18next](https://github.com/i18next/react-i18next)
- đĻ Easy navigation via [react-navigation](https://reactnavigation.org)
- đŋ Persistence via [async-storage](https://github.com/react-native-async-storage/async-storage)
- đĨ Running lint & tests on staged git files (pre-commit) via [lint-staged](https://github.com/okonet/lint-staged) and [husky](https://github.com/typicode/husky)
- âĻī¸ Icons from [material](https://material.io/resources/icons/?style=outline) and [feathericons](https://feathericons.com)
- âšī¸ Styled components testing via [jest-styled-components](https://github.com/styled-components/jest-styled-components)
- âšī¸ Auto generated, typescript based axios client via [swagger-axios-codegen](https://github.com/Manweill/swagger-axios-codegen)
- âšī¸ Hermes enabled