A frontend project built with HTML, CSS, and JavaScript that replicates the SpaceX landing page design. The project focuses on responsive UI, clean design, and interactive elements like navigation and ...
├── index.html # Landing page with links to register or log in ├── register.html # User registration form ├── register.php # Backend PHP handler to save user data ├── login.html # User login form ├── ...