Skip to content

JoaoVLima/limadeveloper

Repository files navigation

LimaDeveloper

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.


✨ Features

  • Tiling Window Manager UI – Multiple windows arranged like a WM desktop.
  • Workspace Switcher – Tabs at the top for different workspaces.
  • Terminal-style Panel – Fake neofetch with personal details.
  • Glassmorphism Styling – Transparent, blurred window effects.
  • Responsive Design – Works on desktop and mobile.

🚀 Getting Started

1. Clone the repository

git clone https://github.com/JoaoVLima/limadeveloper.git
cd limadeveloper

2. Install dependencies

npm install

3. Start the development server

npm run dev

The site will be running at http://localhost:5173 (default Vite port).


🛠️ Tech Stack


📂 Project Structure

.
├── public/
│   └── background.jpg     # Background image
├── src/
│   ├── App.jsx            # Main React component
│   └── index.jsx          # Entry point
├── package.json
└── README.md

🎨 Customization

  • Replace public/background.jpg with your own wallpaper.
  • Update the terminal panel content in App.jsx to reflect your personal info.
  • Adjust Tailwind theme if you want custom colors and fonts.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors