A modern, responsive, and visually appealing personal portfolio website built to showcase skills, projects, achievements, and digital presence with a clean UI and smooth interactions.
- Fully responsive modern UI
- Smooth animations & transitions
- Optimized for performance and accessibility
- Contact form / social media links integration
- Component-based modular code structure
- Clean and scalable folder architecture
└── 📁src
└── 📁animation
├── CountUp.tsx
├── FloatingTechLogos.tsx
├── Globe.tsx
├── HeartHandshake.tsx
├── Particles.tsx
├── Rocket.tsx
└── 📁components
└── 📁context
├── coreTeam.ts
├── founder.ts
├── members.ts
└── 📁sections
├── About.tsx
├── Footer.tsx
├── Hero.tsx
├── Highlights.tsx
├── Members.tsx
├── Navbar.tsx
└── 📁ui
├── AnimatedTooltips.tsx
├── Carousel.tsx
├── resizable-navbar.tsx
├── SectionHeader.tsx
├── WelcomeScreen.tsx
└── 📁hook
├── useMobile.ts
└── 📁lib
├── utils.ts
└── 📁motion
├── ChevronLeft.tsx
├── ChevronRight.tsx
└── 📁pages
├── Index.tsx
├── NotFound.tsx
├── App.css
├── App.tsx
├── index.css
├── main.tsx
└── vite-env.d.ts
Follow the steps below to run the project locally.
# Clone the repository
git clone https://github.com/yourusername/techtribe-portfolio.git
cd techtribe-portfolio
# Install dependencies
npm install
# Start the development server
npm run devYour project will be available at: http://localhost:5173/ (for Vite).
This project is licensed under the MIT License (or your preferred license). See the LICENSE file for more details.
- Inspired by minimal modern developer portfolios
- TailwindCSS for utility-first styling
- Community contributors
If you'd like to reach out, feel free to connect:
- Email: your-email@example.com
- LinkedIn: your-linkedin-url
- GitHub: your-github-url
Thank you for checking out TechTribe Portfolio!
