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

Skye

@Skye

Joined June 1st, 2026

  • 16Devlogs
  • 2Projects
  • 3Ships
  • 30Votes
Open comments for this post

1h 42m 14s logged

I APOLOGIZE FOR THE 18 COMMITS THAT ARE ALL FOR THE SAME THING. So I decided to style the site for mobile as well as laptop because it worked okay on mobile but was very zoomed out and stuff. So it’s not like I have vs code on my phone and there probably is an easier way but I didn’t want to figure out getting a live server on my phone so I kept changing the CSS, committing, checking it on my phone, and repeat. But hey - now it looks better for mobile!

0
0
3
Open comments for this post

1h 5m 54s logged

Introducing Planet of the Day and some neat CSS changes! I added a planet of the day on the home page which is clickable just like the cards on the discover page. I also added skeleton loading states for the list of planets on the discover page. I noticed that it was consistently taking time to load and render the planets (not surprisingly) so I added it to make it feel more polished and less sharp. And yes, the screenshot of the loading states was timed so that I caught them on the screen before the planets appeared.

0
0
2
Open comments for this post

2h 48m 38s logged

I added a new feature! A quiz that matches the user’s preferences with exoplanets. The user answers 5 questions and gets a collection of exoplanets that match those preferences!

0
0
23
Open comments for this post

1h 37m 29s logged

Update - Changes Since My Ship

  1. Photos!
    As I mentioned in my last 2 devlogs, I changed the planets’ photos. I used to have a single blue planet that was on every planet’s page and that seemed boring, so I changed it. Most exoplanets don’t actually have photos, so I took a handful of photos and sorted the planets into types. Now, there is a photo for each type and the planet’s corresponding photo is on its planet page and its card in the discover page. I have a photo for each type: terrestrial, super-earth, Neptune-like, mini-Neptune, gas giant, and hot Jupiter. Mini-Neptunes and hot Jupiters are really just subsections of Neptune-like and gas giants, respectively, but I decided to give them their own photo anyways.

  2. Random Planet Button!
    I added a button right next to the filters that brings the user to a random planet page obeying the filters that they set. I thought it’s a fun little feature to make my site a bit more fun. Hopefully, I’ll be adding a couple other features too.

  3. I made like some minor CSS changes to the filters and stuff. Barely noticeable but I think that little part looks better than before. Yay!

More to come!

0
0
3
Ship

I made a Marvel-themed WebOS. My OS has the 4 apps shown in the image: a welcome page, quote generator, terminal, and calculator. The terminal lets you change the wallpaper (there are 4 options). All the wallpapers fit the same vibe so that the black and red style will still work no matter the wallpaper. I really did this project to have fun making something that ties to one of my interests and focus more on being creative rather than learning new coding. That being said, I usually do Java projects or websites, so making a WebOS was new to me. I learned some new skills, including the JS for the calculator, how to use a video, and in general how to make a terminal. I think my favorite app is the quote generator because it was really fun to handpick 20+ of the best marvel quotes to use. Making the terminal and calculator were also cool though. I hope you enjoy this project as much as I enjoyed making it!

  • 2 devlogs
  • 7h
  • 7.92x multiplier
  • 59 Stardust
  • WebOS 2
Try project → See source code →
Open comments for this post

1h 15m 17s logged

So … I added the images to the discover page, which makes it less boring. The planets are sorted into 6 categories, each with a different photo. I also finally sorted my files. Yay! I wasn’t quite sure how I should organize them - like do I put css in one folder and html in another? So I left some unorganized for now.

0
0
3
Open comments for this post

1h 16m 34s logged

A lot of people who reviewed my ship mentioned all the planet pages having the same image - which is totally fair. I felt the same way (and so did my sister), so I decided to do something about it. Most exoplanets just simply don’t have photos, so it’s not like I could put a photo of each planet. I decided to put different photos for different types of planets (terrestrial, super earth, neptune-like, gas giant). Hope you guys like it!

0
0
2
Open comments for this post

7h 8m 43s logged

I’ve added two apps and wallpaper options! Now, there is a welcome tab, a quote generator, a JARVIS style terminal, and a calculator. The welcome tab plays the marvel intro, the quote generator rotates through >20 of the best marvel quotes, the terminal has around 10 commands, and the calculator, well, it’s a calculator. Using the terminal, there are 4 options for wallpapers (options 2 and 3 are my fav). I also made it so everything is fitting the same black and red vibe.

0
0
2
Ship

I made my first-ever WebOS - Marvel themed. It has a welcome page that plays the marvel intro and a quote generator that rotates through a collection of the best marvel quotes. It was challenging to learn so much JS because I've never really learned it or used it that much - but I was glad to learn it! I don't feel like formally finished because I'm excited to add to it for the WebOS2 track. I have some ideas for apps I'm going to add and I look forward to doing some overall polishing. For now, I'm super proud that I was able to actually make a WebOS in only 5 hours without any major problems.

Try project → See source code →
Open comments for this post

1h 48m 13s logged

I created a quote generator (ofc all marvel quotes) as one of the apps on my webOS. I have 23 quotes that it rotates through, which felt like a good number when I was flipping through them.

0
0
3
Open comments for this post

1h 41m 3s logged

My welcome window is closable, openable, and draggable. It plays the marvel intro on a loop. I have a green welcome button to open it that I’m going to re-style towards the end, with the other apps.

0
0
1
Open comments for this post

1h 37m 17s logged

I started making the desktop and the welcome page. I don’t have the text in the top bar quite aligned so I need to fix that. I’m super excited though!

0
0
3
Ship

I created a website and named it Exopossibilities, basically blending the word possibilities into the word Exoplanets. On my website, the user can navigate to the Discover page, where they see a list of every exoplanet in NASA's archive(over 5,000). They can then explore info on each planet, search for a specific planet, filter to see planets that fit specific criteria, i.e. Each box containing the planet's name and info is able to be clicked on, which sends the user to a page focused solely on that planet. Each planet's page displays the planet's info, how long it would take to get to the planet, how living on the planet would affect the human body, and what would be needed to live on that planet, if possible at all. I'm super proud because this was all super unfamiliar to me. This was my first website, it was my first time using APIs, my first time using JS at all, i.e. As expected, I ran into some problems (for example, sometimes the list of planets just wouldn't load: yes it was a very silly mistake of forgetting to rename one of the filters in my JS file) but was able to troubleshoot/debug to get everything working. I made this project because I'm interested in aerospace engineering and in biomedical engineering, so the idea behind the project was to blend the two by exploring the effects on the human body of living on different exoplanets. I hope you guys enjoy my project!

  • 5 devlogs
  • 13h
  • 9.22x multiplier
  • 118 Stardust
Try project → See source code →
Open comments for this post

1h 58m 9s logged

I give you fonts! And I’m done! (for now). I want to try and add a cool feature and do some other random stuff at some point but ta-da!

0
0
2
Open comments for this post

7h 19m 53s logged

Finished the first draft of my website. I put an example image of what one of the planet pages looks like. I will probably do a little more CSS work and maybe add some new features but I’m pretty happy with what I have so far. This is my first website that I’ve made myself. It’s also my first time using APIs in a project which was super cool.

0
0
1
Open comments for this post

2h 14m 20s logged

I finished the filters and detailed blocks for each exoplanet! Next step is each exoplanet getting an individual page with more details.

0
0
1
Open comments for this post

58m 55s logged

I have the API of exoplanets from NASA in my project and added a search bar. Next step is to add clickable cards to show the data of each planet, then filters for searching, etc. The API I used has info on each planet’s name, radius, mass, distance from earth, and equilibrium temp. I’ll get around to better CSS at the end, right now it’s kind of sad looking. Then I’ll tie the info to the effect on the human body.

0
0
2
Open comments for this post

19m 7s logged

Hi everyone! This is my first ever devlog and I’m so excited! I’ve only just started my project, for now it’s called Exopossibilities. I’m planning on using an API to have data on exoplanets then users can see what would happen to a human on a specific exoplanets. I’m planning to use a second API to have information on how the human body is affected by certain environmental factors(pressure, extreme temps, etc.).

1
0
33

Followers

Loading…