This is a simple web application created to practice basic web technologies during my last year of high school. The goal was to simulate a small spacecraft interface using HTML, CSS, and JavaScript. It helped reinforce my understanding of front-end development and project structure.
- The importance of clean and semantic HTML
- How to use CSS Flexbox and animations
- Basic DOM manipulation with JavaScript
- How to structure a simple static project
This project was developed progressively in small milestones, including:
- ๐ฏ Initial HTML structure setup
- ๐จ Added base styling with CSS
- ๐ง Implemented simple JS logic for interaction
- Simulate data like temperature, fuel, or mission time
- Introduce a dark/light mode toggle
Thanks to open-source resources and tutorials that helped guide the creation of this project.