NOVA - OS
- 1 Devlogs
- 0 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!
Started working on my WebOS 1 project — NOVA OS. I wanted to make my own small web OS instead of just copying the guide, so I started building the desktop and then added the basic window system.Right now I have 1) draggable windows 2) desktop icons 3)a docklive time/date 4) notes 5) calculator 6) focus timer 7) projects section 8) dark/light mode The Notes app also saves notes using localStorage, which was one of the extra features I wanted to add. The hardest part was probably getting the windows and dragging to work properly without making the code unnecessarily complicated.