You are browsing as a guest. Sign up (or log in) to start making projects!

NJ

@NJ

Joined June 6th, 2026

  • 1Devlogs
  • 2Projects
  • 0Ships
  • 0Votes
Open comments for this post

32m 38s logged

Started building out a simple spacecraft launch tracker named Launch Pulse. It grabs live upcoming launches from the Launch Library 2 API and shows them as cards on the page. Kept it plain with HTML,CSS and JS, just wanted to perfect the underlying system before adding complex UI elements and making it prettier. Wrote an async fetch that runs when the page loads, instead of hardcoding a bunch of HTML. I’m generating a card for each launch (name, who’s launching it, when, and where). Added a try/catch element too so even if the API buffers the page doesn’t just break. Made a responsive grid on top so the cards lay out nicely no matter the screen size.

Going to add the actual timer for the launches next and perfect the webpage even more!

0
0
23

Followers

Loading…