Chikko OS banner

Chikko OS

7 devlogs
6h 12m 3s

it is a simple web os with custom cursor and basic file management . it is inspired by macos

This project uses AI

Used Github copiolet to write Readme file . and chatgpt for some part of the code

Demo Repository

Loading README...

jaisondavidm.cs25

Shipped this project!

Built a mini WebOS that runs right in the browser with real desktop vibes.
The hardest part was getting window drag, minimize, maximize, and focus behavior to feel natural.
I solved it with a clean state-based window manager, and now it feels smooth and polished.

Built an interactive desktop with apps like Browser, Notes, Files, Calculator, and Sudoku.
The toughest challenge was handling multiple windows and taskbar restore logic without glitches.
After refactoring the app state flow, everything clicks together and works exactly how I wanted.

Created a full browser-based OS experience using React and Tailwind.
Most difficult part was coordinating UI interactions across windows, launcher, and taskbar at once.
Once I centralized the window controls, the whole system became stable and fun to

jaisondavidm.cs25

in First , i try to add sudoku game using iframe . suddenly one thought sparks why not i can create a own sudoku . then i created it and add it

Attachment
0
jaisondavidm.cs25

Added Unique icons to the desktop apps using react icons package . and added my own calculator app to the OS

0
jaisondavidm.cs25

Added Flappy bird game link in iframe as a app in desktop and added a video for backend instead of color gradient

0
jaisondavidm.cs25

Added Custom cursor . and added rocket logo to start button and showing statement . finally done this properly

0
jaisondavidm.cs25

Added Folder and nested folder adding system . not so much good but i tried my best . setupped creating files and folders

0
jaisondavidm.cs25

I Modified the browser with real bing search engine . i tried all google , duckduck go but they are refused to connect . finally bing come into chapter . and i presisted the storage of notes using localstorage . if i type words it will auto save and store it in localstorage

0
jaisondavidm.cs25

Finally i built a basic structure of the OS . including apps like files,browser,terminal . currently it is simple version . i will develope it like pro OS . i used copiolet to debug minor errors

0