Static Projects Examples
This guide provide hands-on examples of static websites hosted on AstroCloud. Learn how to deploy frontend projects like HTML, CSS, and React.js sites—using real-world codebases.
Vanilla HTML & CSS Project
Project Title: Clean Landing Page
Description: A sleek and responsive landing page built using pure HTML and CSS. Great for beginners and ideal for showcasing a product or service.
Build Details:

GitHub Repository:
https://github.com/FadyAdel10/Template2.git
Screenshots:

React Project
Project Title: Todo Application
Description: The Todo App is a single-page React application that allows users to manage tasks without a backend. It features adding, toggling, deleting, filtering, and clearing completed todos, with persistence using the browser’s localStorage. The app is styled with plain CSS and runs in a single HTML file using React.
Build Details:
- Build command:
npm run build
- Output Directory:
build

GitHub Repository:
https://github.com/FadyAdel10/TodoApp.git
Screenshots:
