reichenbachh / Stargazer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stargazer

Space information app using React Native and NASA APIs

Getting Started

  • Clone the repository.
  • Run yarn install to install the dependencies.
  • Run yarn start to start the app.

Folder Structure πŸ€“

The source code of the application lives in src/.

firstApp
β”œβ”€ .expo-shared
β”‚  └─ assets.json
β”œβ”€ .gitignore
β”œβ”€ .vscode
β”‚  └─ settings.json
β”œβ”€ App.js
β”œβ”€ app.json
β”œβ”€ assets
β”‚  β”œβ”€ adaptive-icon.png
β”‚  β”œβ”€ favicon.png
β”‚  β”œβ”€ fonts
β”‚  β”‚  β”œβ”€ Montserrat-Black.ttf
β”‚  β”‚  β”œβ”€ Montserrat-BlackItalic.ttf
β”‚  β”‚  β”œβ”€ Montserrat-Bold.ttf
β”‚  β”‚  β”œβ”€ Montserrat-BoldItalic.ttf
β”‚  β”‚  β”œβ”€ Montserrat-ExtraBold.ttf
β”‚  β”‚  β”œβ”€ Montserrat-ExtraBoldItalic.ttf
β”‚  β”‚  β”œβ”€ Montserrat-ExtraLight.ttf
β”‚  β”‚  β”œβ”€ Montserrat-ExtraLightItalic.ttf
β”‚  β”‚  β”œβ”€ Montserrat-Italic.ttf
β”‚  β”‚  β”œβ”€ Montserrat-Light.ttf
β”‚  β”‚  β”œβ”€ Montserrat-LightItalic.ttf
β”‚  β”‚  β”œβ”€ Montserrat-Medium.ttf
β”‚  β”‚  β”œβ”€ Montserrat-MediumItalic.ttf
β”‚  β”‚  β”œβ”€ Montserrat-Regular.ttf
β”‚  β”‚  β”œβ”€ Montserrat-SemiBold.ttf
β”‚  β”‚  β”œβ”€ Montserrat-SemiBoldItalic.ttf
β”‚  β”‚  β”œβ”€ Montserrat-Thin.ttf
β”‚  β”‚  β”œβ”€ Montserrat-ThinItalic.ttf
β”‚  β”‚  └─ OFL.txt
β”‚  β”œβ”€ icon.png
β”‚  β”œβ”€ splash.png
β”‚  β”œβ”€ splashscreens
β”‚  β”‚  β”œβ”€ drawable-hdpi
β”‚  β”‚  β”‚  └─ splash.png
β”‚  β”‚  β”œβ”€ drawable-ldpi
β”‚  β”‚  β”‚  └─ splash.png
β”‚  β”‚  β”œβ”€ drawable-mdpi
β”‚  β”‚  β”‚  └─ splash.png
β”‚  β”‚  β”œβ”€ drawable-xhdpi
β”‚  β”‚  β”‚  └─ splash.png
β”‚  β”‚  β”œβ”€ drawable-xxhdpi
β”‚  β”‚  β”‚  └─ splash.png
β”‚  β”‚  └─ drawable-xxxhdpi
β”‚  β”‚     └─ splash.png
β”‚  β”œβ”€ star_logo_dark.png
β”‚  └─ star_logo_light.png
β”œβ”€ package.json
β”œβ”€ README.md
β”œβ”€ src
β”‚  β”œβ”€ components
β”‚  β”‚  β”œβ”€ Apod.js
β”‚  β”‚  β”œβ”€ HomeHeader.js
β”‚  β”‚  └─ Typography.js
β”‚  β”œβ”€ redux
β”‚  β”‚  β”œβ”€ Actions.js
β”‚  β”‚  β”œβ”€ Reducer.js
β”‚  β”‚  β”œβ”€ store.js
β”‚  β”‚  └─ types.js
β”‚  β”œβ”€ utils
β”‚  β”‚  └─ getDate.js
β”‚  └─ Views
β”‚     β”œβ”€ HomeView.js
β”‚     └─ Splash.js
β”œβ”€ yarn-error.log
└─ yarn.lock

About


Languages

Language:JavaScript 100.0%