Orbital is a futuristic space exploration booking platform that lets users browse, book, and manage missions to otherworldly destinations — from Mars and Titan to zero-gravity flights. Designed with a sleek space-themed UI and smooth interactions, Orbital is a front-end-only demo site with no real transactions.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Built the entire Orbital platform from scratch — a sleek, fully front-end space travel booking site.
Designed all core pages: index.html, explore.html, profile.html, signin.html, about.html.
Implemented a dummy sign-in/signup system using localStorage to simulate user auth.
Developed a full mission booking flow:
- Users can view detailed mission data from missions.json.
- Book a mission with fake credit card info.
- See all booked missions displayed in their profile dashboard.
Added wishlist functionality, allowing missions to be saved and viewed later.
Styled everything with glassmorphism & blur effects using style.css.
Wrote custom explore.js, signin.js, mission.js and profile.js to handle dynamic behaviors.
Structured mission data with real-world details like tags, durations, inclusions, launch options, etc.
Created final README.md.