NASA API Website
i wanted to take a different spin on my version of the NASA API app by making it feel and scroll like instagram.
Goals:
- Preloading of images
- Infinite scroll
- Social media like UI
- Like, share buttons
- ability to look for pictures from specific dates
First things first I made the preloading by fetching the image into an img object in JS and then storing in a global store using zustand for access from other files.
Next i made the UI a bit non conventional by having the images scroll endlessly until u hover over an image and then click on it to get more info on it!
as of now not all the buttons work
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.