The purpose of this project is to demonstrate how to use the Astro framework to build a website faster. The content is about planets in the Solar system with images and introductions of each planet. The website is responsive for desktop and mobile screens.
Astro is JavaScript framework for building faster websites. Astro extracts UI into smaller, isolated components that allows you to assamble it on mutilple web pages. Astro has built-in support for Markdown files.
Astro also allows you to use your favorite frontend framework like React, Vue, Svelte, and more.
Astro ship zero Javascript by default, but you can add it if you need it.
Astro supports server-side rendering(SSR), static site generation(SSG).