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

krupa_pramod

@krupa_pramod

Joined June 17th, 2026

  • 26Devlogs
  • 7Projects
  • 6Ships
  • 35Votes
Open comments for this post

53m 50s logged

Updates have been made! I made it so that localstorage like remembers what theme you chose and is consistent across all the apps, so I created the notes app first to check but it’s not functional and there’s basically nothing on it. This took me way to long and was lowkey really annoying but it’s fine… anyways this is what the notes app looks so far and now I have to like actually make it work which means figuring out localStorage and it’s probably not that bad but I have like 0.5% JS knowledge but oh well I guess it’s a learning oppurtunity. Allons-y!

0
0
54
Open comments for this post

1h 49m 3s logged

This is my new project a study OS! It is going to be a bunch of study apps like notes, a pomodoro timer, tasks, etc. I am learning more js through this and hoping to do more arrays and localStorage stuff so I thought something like this where you have to store data would be kind of good. Today I did the basic setup which is the desktop home screen and added widgets, background themes, decorated it, really the fun stuff of coding lol before all the js comes. Overall pretty easy but kinda became time consuming because the styling of stuff got annoying like with the apps grid and stuff but it got worked out. All good so far!

0
0
32
Ship

I made a web based escape room made in HTML, CSS, and JS. There is a storyline that progresses throughout the game, and the user has to escape from being trapped inside a computer. Each level (there are 6) is password protected, and the passwords are hidden in different places throughout each level. There are multiple interactive elements, such as file explorers, terminals, open/close windows, draggable windows, choice buttons, and hidden objects. There is also a unique win and quit screen that can be achieved. I am happy with the way this turned out and the overall aesthetic of it. The Javascript was kind of difficult at times but for the most part just repetitive. Future improvements may be more levels or better graphics/storyline. Hope you enjoy!

  • 9 devlogs
  • 8h
  • 17.56x multiplier
  • 134 Stardust
Try project → See source code →
Open comments for this post

58m 30s logged

This may just be the final devlog! Unless I add more although I don’t think I will. Here you can click on this guy and it opens a popup asking if you want to talk to him, and you guys can talk through the terminal. Finally you choose whether you want to stay and switches to this terminal room, or leave in which its just a black screen that says session terminated. I made a lot of silly errors in the terminal so debugging took a little while but its done now!

0
0
11
Open comments for this post

29m 52s logged

Quit screen is done! Pretty simple but I think that’s okay since the quit screen won’t be viewed very often… click session terminated and everything goes black and one would probably close the tab. Lastly the end screen!

0
0
21
Open comments for this post

33m 13s logged

Level 6 is done at last! AKA the final level unless I spontaneously decide to add one more. Here there is a newspaper you reveal, and basically there is a clock on the wall and the paper tells you to look behind the clock, there’s the password but oh wait it has to be in numerical order least to greatest. Pretty fun and easy to make, and yeah I’m kind of running out of ideas for levels so this will probably be the last. A lot of repitive work mostly.

0
0
21
Open comments for this post

48m 7s logged

Level 5 is done! I think level 6 is going to be the very last level so next I just have to make that and a win/death screen. Although really you don’t die unless you like quit at the very beginning but oh well. Level 5 is again password protected, we have our little friendly hint man. You can click the paper to read some text, and the password is the number associated with the 4 objects. (ex. there are 4 hooks, 2 people, number 3 on clock is missing). Of course all windows are draggable what not. Level 6 next!

0
0
20
Open comments for this post

1h 8m 17s logged

Fourth level done! This is basically kind of your in a tunnel, you click on one of the posters on the wall and then when you hover over a certain area of the poster the password appears and takes you to the fifth level. I have no idea how many levels there are going to be but we’ll see. This took longer than it should but it was kind of a pain figuring out the position of stuff and thats why it took quite a bit of time. Next fifth level!

0
0
46
Open comments for this post

43m 19s logged

Third level is COMPLETE! This level has a terminal with a bunch of commands, you click on that icon to open it and again it is password protected. You can get the time, list of commands, clear, about, where am i, and a clue which basically tells you to like take the first letter of each thing under help and thats pretty much the password. Next level (4) is probably gonna be like you have escaped from the computer but now your like in a room or something. We shall see!

0
0
19
Open comments for this post

1h 1m 25s logged

First level is officially done and we are onto the second! On the first one I added a journal file, with a manifest from the little organization thing (I think the story is like you are trapped in a computer by a cult… and you have to get out) and a personal journal that has the password. There’s also a trash file (which is empty), a photos file with some random photos, and also a file explorer with some files. Second level just has numbers hidden in photos. Overall pretty good, kind of repetitive JS and HTML and things so yeah. Next up LEVEL 3!

0
0
13
Open comments for this post

1h 14m 29s logged

Updates have been made! I am now working on the first minigame sort of thing, it’s kind of like an OS where you have to dig through and find the password. Lucky for me the password is my birthday. Made a journal window and a photos window, hoping to add sort of a code window and a trash window later. This is sort of reminiscent of making the my web oS project LOL. Added open/close, and draggability and things.

0
0
59
Open comments for this post

39m 11s logged

New project time! I wanted to make one of those web based kind of crappy escape rooms because I love the vibes of them. Unfortunately my script writing skills are sub-par so we will ignore that part for now. So far I made the opening slide and an intro slide where you just click open and a window opens. Took me way too long for so less but anything for the Stardance certificate I guess. Hopefully this turns out well and next time I’m hoping to make the very first minigame.

0
0
18
Ship

I made a study tab, which has a search engine and various other aspects that I think look good and are also useful for productivity. It has a tasks bar, a widget with Kanye quotes you can keep generating, a search bar that connects to Google, shortcuts to some of my favorite websites, a song, NASAs APOD which updates daily using an API, and the date and time. This was made in HTML, CSS, and JS. It was kind of challenging figuring out the API at first but with the help of the guide I was able to figure out. Overall a fun website to make and I may even use it while studying…

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

26m 51s logged

Added shortcuts to Spotify, Github, and Pinterest! Also made the search bar functional (finally), and added the date bar that updates constantly. That was pretty easy since I learnt it in the oS project as well haha. Starting to look more filled!

0
0
36
Open comments for this post

37m 30s logged

Added a tasks widget. You can enter tasks, click on them to clear it (check it off), and clear the entire thing. Kind of just did this to delay doing the search bar thing but that’s next actually now. Also tried to make it a little more visually appealing but I still feel like something’s off… hopefully adding a bar with like the date/time and maybe weather will fix that.

0
0
33
Open comments for this post

1h 37m 10s logged

I have decided to make a studying kind of tab! I added the nasa photo of the day and also a random kanye quote generator I found online… I also made the search bar in HTML/CSS but it is not functional so next time I will probably be implementing the JS logic for that. So far so good!

0
0
15
Ship

I continued by OS project and added 3 new features: a terminal, file explorer, and also a lock screen that is password protected. I really enjoyed this and am pretty proud of what I made- and I definitely learnt a lot more about js.

  • 3 devlogs
  • 3h
  • 2.15x multiplier
  • 7 Stardust
  • WebOS 2
Try project → See source code →
Loading more…

Followers

Loading…