JishOS
- 3 Devlogs
- 14 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!
This update focused on making the JishOS desktop feel much closer to a real operating system.
What’s new:
This update significantly improves the overall desktop experience and lays the groundwork for future features like minimizing, maximizing, and window snapping.
Progress Update (Past 2 Days) 🚀
Over the past two days, I built the core desktop environment for JishOS, including:
🖥️ Desktop layout
📌 Top bar
🪟 Reusable window component
📂 Desktop icons
📝 Notes app
🖱️ Custom window dragging system built from scratch using React (no drag library)
Next, I’ll add localStorage support for notes, multiple named notes, improved window management, and more desktop applications.
I made the boot screen! I made this using React JS