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

Delilah

@Delilah

Joined June 30th, 2026

  • 15Devlogs
  • 4Projects
  • 3Ships
  • 15Votes
Ship

I decided to reship this project because I wanted to add more features, which I did. The most challenging feature had to have been the settings app. Just changing the wallpaper and then being able to change it again. I’m just glad I figured it out. Although changing the background for the other stuff in display was relative easy, I guess once you do the heavy lifting once you’ll be able to handle the other stuff easier. I’m proud that I decided to make a settings app because I knew it wasn’t gonna be easy but it really impressed me when others did it so I guess I got inspired from them. Also I really love the feature where when you drag the mouse the green beam follows it, it’s so much fun. Honestly when you get to the page everything is very self explanatory. I hope the people that test my project have fun with it. It was one of my most favorite project to do.

  • 4 devlogs
  • 21h
  • 15.05x multiplier
  • 311 Stardust
  • WebOS 2
Try project → See source code →
Open comments for this post

2h 6m 59s logged

Alright I decided to also make users able to change the background color of the top bar, bottom bar, and calendar and I think that went pretty well. That was more of the easier challenges. Now I’ll ship it and I hope you’ll like it. I know I do.

0
0
9
Open comments for this post

9h 5m 38s logged

I decided to make a settings and then ship my project. This is one of the more challenging stuff but I got the wallpapers to work, at first I struggled because it would only change once but then I found for it to keep changing it.

0
0
15
Open comments for this post

5h 47m 26s logged

Update: Made a weather app using the weather API from open weather app which I really get the hang of APIs. After it was finally working | decided to add a calendar widget which I struggled with the layout of the day that is circled a bit. It just wouldn’t be centered and there was too much space at the bottom so I used flexbox, first centered it with justify content and align items, then used position relative placed it to the left, and then just went with negative margin-top to get rid of the bottom margin. I’m not sure if that made sense or was the right way to do it, but it works so I’ll just leave it at that. Lastly I wanted my website to give more of a Starfire look so I added a green beam like her powers and tried to match the green as best as possible. Honestly I’m not sure what to add next I might add a settings and then end the project with that but I don’t know if that would be too little. What do you all think I should add.

0
0
9
Open comments for this post

3h 37m 48s logged

I added a loading page with animations, to give it more of a OS feeling. After that I made a calculator app, which was pretty easy to make but I hope the design doesn’t look too bad.

0
0
7
Ship

I made my very own webOS. The most challenging part was making the notes window move, since I used multiple js files, and the ideas I had to fix it would just not work at first. Also just making a notes app alone was very challenging, but it did introduce me to many new concepts of JavaScript that I didn’t know about. I am proud, alone just making a project like this, I didn’t even know that I was capable of doing something so cool. Also that I can solve my own problems and don’t have to heavily rely on AI, and of my designs, the background and the icons are made by myself in Canva and I think they didn’t turn out badly. Things you should know, when checking my project out: there is another window, the about me window, you can access it by pressing the DelilahOS at the top-bar. Another thing, if you want to delete a note you have to double click. Also the grey circles are not buttons they are just there for decoration.

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

2h 47m 47s logged

I got to finish my second app which I decided to be a random quotes app using an API. So now I finished the first mission of the webOS and can’t wait to ship it.

0
0
12
Open comments for this post

6h 6m 24s logged

I got finsh my first App on this webOS. It can close and expand even made the textarea bigger when the window expands. Even got the App to show when it is active in the bottom bar and it works both ways. The window also closes when you deselect the the icon in the bottom bar. Now it is time to make my own app to finally ship it for the first time.

0
0
12
Open comments for this post

10h 12m 39s logged

My Notes app is finally working, this was a long and hard process with some trial and error, one thing I still need to add is a scrolling bar because everytime you add more than 4 notes it will just overflow and I can’t have that.

0
0
5
Open comments for this post

5h 27m 58s logged

Hello everyone, started my second project in this programm, and I honestly really love the idea of a webOS and got inspired by Starfire. I started by designing the background inside Canva, kinda glad how it turned out tbh. Then I made the top bar got the clock and date, even made my first draggable window. Although I’m kinda struggling with the expand button, still need to figure out how to get the window back to normal after it expands and the layout is a bit crazy when it expands.

0
0
9
Ship

I created a crochet business website. Making a business website was quite challenging since I never created a website this huge. Especially trying to figure out on how to make individual product pages for each product without making an html for every product was challenging, since that was my first time doing that, and using localStorage for the cart was challenging, since that was my first time using localStorage. I’m proud that I managed to make a website like that, it might have taken me awhile to do it but I never gave up on it. There are unfinished websites of mine but I didn’t want to fail another project. So I’m really glad I went through with it. For everyone visiting my website you should know that everything is static, I haven’t created databases so you can’t actually order anything, unless you really want one of my crochet products you can use the contact page to write your message and it will be sent to my email.

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

49m 34s logged

Finally finished with the hard part. So I managed to figure the layout issue out for when my cart was empty. Then I focused on my checkout button since I can’t use stripe for now I decided to just use alerts and make the products vanish from the cart after. Now the last part is to make my website responsive, and I’m good to go.

0
0
6
Open comments for this post

7h 37m 48s logged

I’ve been working on my cart for a while at first I had to fix some layout issues and then I had to figure out a way on how to even make a cart with local storage. At first I made the add to cart button from my product.html save the product and then put it inside the cart. After that I tried to delete the product using the trash icon . Then I focused on the quantity plus and minus buttons, so when you pressed the buttons it would show the number of quantity on the input and the price right next to it would multiplicate or differentiate depending on the button you pressed. The total of the products would also show below where the checkout button is, which I still have to modify so it will do at least something. I also managed to make a what if the cart was empty but it looks kinda rough so I’ll be working on that.

0
0
7
Open comments for this post

4h 4m 22s logged

Just finished the cart layout. It was pretty hard especially since at first I started using table in html but confused td with tr so when I switched from td to tr everything looked a mess and had to start from scratch. After that I became sick of the table element and just started using div and now I’m just glad it doesn’t look bad. Now I’ll be focusing on the logic part using javascript.

0
0
6
Open comments for this post

3h 20m 59s logged

I am finished with the products page and now I’ll go on with the 2nd last thing on my list. Please feel free to look at my other devlogs and give me feedback. I would love to hear your opinion on my layout.

3
0
28

Followers

Loading…