Devlog #2 | LampOS
Hey, hope everyone’s doing well!
First real apps today. Started with a contact page since it felt like the easiest win — just a little card with email, discord, and instagram, click any row to copy it to clipboard. Simple, but satisfying to see it work.
Then I built out the movies section, which ended up being more fun than I expected. Sidebar with a list of movies, click one and it loads the details on the right — title, year, rating, my thoughts on it. Right now it’s just hardcoded data (Spirited Away, Grand Budapest Hotel, Whiplash), but the structure is there to make it dynamic later if I want.
Ran into a small CSS issue where the sidebar entries weren’t highlighting correctly when active — turned out I had a typo, movies-entry instead of movie-entry in one spot. Classic. Caught it eventually.
Feels good having actual content in the OS now instead of just an empty shell. Next up I want to add something more interactive.
Thanks for stopping by!
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.