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.
GitHub Copilot for code completion and commit message
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.
GitHub Copilot for code completion and commit message
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.
Log in to leave a comment
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.
Log in to leave a comment
Initialized project with PWA setup, routing, and basic components. Implemented index page’s UI with dummy data.
Log in to leave a comment