https://github.com/im-adithya/spacestagram
Explore the universe with NASA API!
https://github.com/im-adithya/spacestagram
firebase nasa-api react
Last synced: 4 months ago
JSON representation
Explore the universe with NASA API!
- Host: GitHub
- URL: https://github.com/im-adithya/spacestagram
- Owner: im-adithya
- License: mit
- Created: 2022-01-18T20:56:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-22T11:52:36.000Z (over 4 years ago)
- Last Synced: 2025-04-01T18:05:16.407Z (about 1 year ago)
- Topics: firebase, nasa-api, react
- Language: JavaScript
- Homepage: https://space-stagram.web.app/
- Size: 13.6 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Spacestagram
Spacestagram fetches stellar pictures captured by the people at NASA,
with an interface you are quite accustomed to ;)
Try it out here! 🛰
## How It Works
- Spacestagram fetches images from 4 different APIs
- The whole process of fetching these requests is too complex, as different APIs have different responses
- For uniformity, these requests are mapped and changed to our convenience.
- Then the data is displayed as images posted by different accounts (one for each API) in your feed.
- This process of data collection is time-consuming, hence the data is stored in localStorage for faster access.
- On creation of account, you'll start with following three accounts (out of 5 accounts in total)
- It also stores your liked and starred posts and shows it (only to you) in your profile!
## Features
- Login instantly with Google Sign-In
- Colorful (Instagram-inspired) UI to view images
- View photos from 4 different APIs
- APOD Story - Astronomy Picture of the Day
- Full Screen View
- Share your favourite images
- Star and Like Posts to view later
## Note
This project is made as a submission for Shopify Front End Developer Intern Challenge - Summer 2022