Hey, there was a problem that sometimes nasa gives a youtube link as APOD. If that wouldve happened, my script wouldnt have handled that earlier. the tag won’t work for youtube links. you need an instead. now it is all done :) .
Hello, today i am writing about how i got hold of the secret NASA data that everyone has access to for free. Dont say the UI looks bad because i went with the same color combination as in the guide aand the container holding the precious NASA data has the almost same shape. I used https://bennettfeely.com/clippy/ to make the css for this shape as instructed in guide.
I spent most of the time writing scripts………….. and debugging it. No matter how hard i tried the APOD wont load. I kept getting “Cannot set properties of null.” I had react mounting to #root, but i’d also written vanilla JS that was doing innerHTML on stuff — so basically two systems fighting over the same dom and it kept throwing “cannot set properties of null.” I was dumb enough to not figure it out before opening ChatGPT. It just said screw it and I ripped react out completely.
Also, i got a live countdown to next APOD!!!!
Now i js wanna goto sleep, i will write readme and ship it. byeeee
I made a website, all about myself. Yeah dont think I try to make everything about myself. I added the space background because it looked pretty cool to me. Its a very simple website, has nothing much really, aside from about myself. You can check out the website: https://mysite-pearl-zeta.vercel.app/#subjects
Hello, I fixed a bug related to todo list. Earlier todo list would get removed once you reload the website. Now i fixed it by saving the tasks added in todo list in localstorage, and fetching the tasks in the list from it after refresh.
I FINALLY COMPLETED THE TERMINAL!!
Instead of trying to build everything at once, I started with a small collection of useful commands:help
clear
date
whoami
music
play
shuffle
repeat
stop
list
These are not much but are enough to give it OS vibe. I am done with the OS. https://myjjkos.vercel.app/
PLS CHECK OUT THE WEBSITE AND RATE IT OUTTA 10
Hello, I have now completed the applications.
All of them are working. I got a 6 song playlist, an app that fetches weather data, a todo list manager, and I am also done with my edit!!
But the terminal only shows the last login date for now. I have to work on it. Aside from that, i chose a video background for the desktop.. cuz it looks cool. The windows are draggable and the playlist can be played on loop or be shuffled. I will only work on the terminal now and aside from that i m done with the OS
Devlog #1 — Building the Boot Screen
I am a big fan of animes and I keep watching them in my leisure time. So…….. i decided to build a JJK themed OS. I started out by making the welcome screen, i put up Gojo’s face on the welcome message because he is my favourite one. After that, next step was to start turning the desktop from “empty screen with a just a welcome message” into something that actually looks like an OS. First piece: a top bar. I just added the names for now, will get to their working later on. I am thinking of making an edit and put it in in the intro on top bar. Only the welcome on the top bar is functioning for now. I will add a background and make the rest of apps mentioned on top bar tomorrow.
I am not sure if i will be able to build a working terminal tho…