Stoic OS
- 3 Devlogs
- 2 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!
Added a Random Quote feature to my OS. Now every time you refresh, you get a new motivational quote below the search bar. Also cleaned up the design and made sure all windows are draggable. Notes and Todo save to localStorage. Ready to ship.
Live: https://anshum2422.github.io/my-os/
GitHub: https://github.com/anshum2422/my-os
Finished my OS. Built from scratch with HTML, CSS, and JavaScript. Has Notes (saves to localStorage), Calculator, Timer, Todo list, Ping Pong, and About. Added multiple windows that you can drag around. Clean high-contrast Nothing-style design. Typed everything myself.
Live: https://anshum2422.github.io/my-os/
GitHub: https://github.com/anshum2422/my-os
Started building my own OS in the browser. Got the basic layout working — clock, weather, search bar, and a ping pong game. Clock updates live. Weather is simulated. Search opens Google. Ping pong is 2-player with W/S and arrow keys. Still a work in progress but it’s coming together.