Padraig Flood

Packard Belle - React based recreation of Windows 98 with persistent storage

by
Includes component library (~90% of which is built direct in CSS via mixins and should be easily exported).
VanillaJS boot and with writable files, uses React's Context API to simulate an operating system; semi-mobile-friendy.
See readme on desktop for more.

Add a comment

Replies

Best
Padraig Flood
The plan is to: (a) Make the data be handled via a server so I am not restricted to localStorage for data needs and people can use it as a really convoluted note taking app. (b) Refactor the state management, document it and turn the overall desktop into a (very very large) exportable component of its own that is highly configurable and extensible without worrying about the core functionalities I guess I'd like to know which of those would be the preferred path to focus on.