Daily Astro Pictures banner

Daily Astro Pictures

3 devlogs
5h 35m 18s

Daily Astro Pictures is a web app that lets you discover new, beautiful space photos every day and save them to your photo album. It retrieves the day’s space photos via NASA’s APOD API.

This project uses AI

GitHub Copilot for code completion and commit message

Repository

Loading README...

kr4phy

I added a few new pages and implemented a feature that allows users to view the APOD for a specific date or a random date. I added error handling to the API call code and configured the system to display a toast message on the Settings page prompting users to set an API key if the DEMO KEY usage limit is exceeded. Now I need to implement a feature to securely store the API key.

Attachment
0
kr4phy

I migrated to the Nuxt framework and changed the UI framework from DaisyUI to Nuxt UI. I also renamed some pages and defined the basic UI structure.

Attachment
0
kr4phy

Initialized project with PWA setup, routing, and basic components. Implemented index page’s UI with dummy data.

Attachment
0