A modern, web-based recreation of the classic Macintosh operating system, built with Next.js and Tailwind CSS. Experience the nostalgia of the original Mac interface right in your browser — and even use it as your personal portfolio website!
🔗 Live Demo: macintosh-os.vercel.app
- 🖥️ Authentic UI: Faithful reproduction of the classic Macintosh desktop environment.
- 🗂️ Window Management: Open, move, and close windows with draggable interfaces.
- 🌐 Responsive Design: Optimized for various screen sizes and devices.
- ⚡ Performance Optimized: Fast load times and smooth interactions.
- 🎨 Theming Support: Easily customizable themes to match your preferences.
Want a fun, retro-styled portfolio that stands out?
Fork this project and customize it as your own developer portfolio!
You can:
- Add custom apps or windows for your projects.
- Replace content with your bio, resume, and social links.
- Deploy it to Vercel in one click.
git clone https://github.com/fabiconcept/macintosh-os.git
cd macintosh-os
npm install # or yarn install
npm run dev # or yarn dev