🐱‍👤 Meet my latest project, I built my first app using Astro

🐱‍👤 Meet my latest project, I built my first app using Astro

Table of contents

Last month, I followed a weekly hackathon to try Astro, a recent frontend framework that generates lightweight content using components created from Angular, React, Svelte, or Vuejs and markdown.

I built

I built a NASA Carousel

Using

  • Astro
  • Svelte
  • NASA API

I learned

  • What is Astro
  • How to install it
  • How to make a reactive component working
  • Use "client:load" keyword
  • How to add Svelte
  • Create a Svelte SPA
  • Use a Svelte component
  • Create and use a personal API key with environment variable