This portfolio website simulating macOS's GUI
Powered by React + TypeScript + Vite.
Clone the repo and install dependencies:
npm installStart dev server (with hot reloading):
npm run devBuild for production with minification to the dist folder:
npm run build
- Update 2023.12.05: Simulated the real state of the device's battery using Battery API. On the browsers that don't support this API, the charge level will be displayed as 100%.

