Skip to content

My portfolio website simulating macOS's GUI, developed with React and tailwindcss.

License

Notifications You must be signed in to change notification settings

nonomal/playground-macos

 
 

Repository files navigation

playground-macos

My portfolio website simulating macOS's GUI: https://portfolio.zxh.io

Powered by React + React Redux + Tailwind CSS + TypeScript.

day night

 

Usage

yarn install

# serve with hot reload, open http://localhost:3000 to view it in the browser
yarn dev

# build for production with minification to the `build` folder
yarn build

 

Changelog

  • Update 2021.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%.

  • Update 2021.12.05: Refactored this project by using functional components and hooks to make the code cleaner. See this branch for the previous version written using class components.

 

Credits

 

License

MIT

About

My portfolio website simulating macOS's GUI, developed with React and tailwindcss.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.9%
  • CSS 4.9%
  • HTML 1.6%
  • JavaScript 0.6%