My portifolio website inspired by tiling window managers, built with React, Tailwind CSS, and a glassy window layout. Each window acts as a tile that contains information about skills, contact, and projects.
- Tiling Window Manager UI – Multiple windows arranged like a WM desktop.
- Workspace Switcher – Tabs at the top for different workspaces.
- Terminal-style Panel – Fake
neofetchwith personal details. - Glassmorphism Styling – Transparent, blurred window effects.
- Responsive Design – Works on desktop and mobile.
git clone https://github.com/JoaoVLima/limadeveloper.git
cd limadevelopernpm installnpm run devThe site will be running at http://localhost:5173 (default Vite port).
.
├── public/
│ └── background.jpg # Background image
├── src/
│ ├── App.jsx # Main React component
│ └── index.jsx # Entry point
├── package.json
└── README.md
- Replace
public/background.jpgwith your own wallpaper. - Update the terminal panel content in
App.jsxto reflect your personal info. - Adjust Tailwind theme if you want custom colors and fonts.