AdaWebOS
- 4 Devlogs
- 7 Total hours
This is my very own OS that can be run in the web!
This is my very own OS that can be run in the web!
Live Demo: https://hallow303.github.io/MyownWebOS/
I fixed the code errors and managed to get MyWebOS working better.
I learned more about events, functions, and APIs, and practiced a lot of debugging.
Now the project is more stable and ready to receive new ideas.
Live Demo: https://hallow303.github.io/MyownWebOS/
I removed the music player app because it was giving me more trouble than I expected, lol. I decided to leave that for later and focus on other parts of the project.
But, in return, I added a new app called NASA Viewer. It uses the NASA API to show the astronomical image of the day, along with the title and a short description.
It was my first app using a real public API, so in addition to improving WebOS, I also learned more about fetch(), JSON, and how to work with external data.
I still want to significantly improve the visuals and make everything look more like Windows XP.
Live Demo: https://hallow303.github.io/MyownWebOS/
Today I added a new application to my WebOS: a music player 🎵.
For now it’s still quite simple and only has two songs, but it already works. Since I’m still learning CSS and JavaScript, some parts look a bit strange and need improvement.
In the coming days I want to make the visual appearance nicer and continue adding features. My goal is to make WebOS look more and more like Windows XP, which is serving as inspiration for the project.
There’s still a lot to improve, but I’m learning a lot during development.
Live Demo: https://hallow303.github.io/MyownWebOS/
I finished the first version of my WebOS demo.
During development, I realized that JavaScript is more difficult than I imagined, especially in the part about manipulating page elements and making the interface components work together. I still need to study more to better organize the code and understand how to structure larger projects without getting lost.