This is my NEW personal portfolio, designed to showcase my work, projects, skills, and professional background. Built with Astro, it features a clean, fast, and mobile-friendly UI with thoughtful animations, accessibility, and modern design practices.
💡 Explore the live version: themelon.tech
- ⚡️ Built with Astro
- 📱 Fully responsive (mobile-first)
- 🎨 Dark mode support
- 💼 Resume page (password-protected) ;)
- 🛠️ Skill cards with category filtering, icons, and hover effects
- 🤝 “Worked with” section with brand-colored company logos
- 🧾 Testimonials carousel
- 🔍 Accessibility, and performance optimized
/
├── public/ # Favicon, images, and static assets
├── src/
│ ├── components/ # UI components like SkillGrid, Testimonials
│ ├── data/ # Static data (projects, work, etc.)
│ ├── layouts/ # Reusable layout shells (BaseLayout)
│ ├── pages/ # Route pages (/resume etc.)
│ └── styles/ # Global and component styles
└── astro.config.mjs # Astro configuration
# Clone this repository
git clone https://github.com/TheMelone2/portfolio-v2.git
cd portfolio-v2
# Install dependencies
npm install
# Start the dev server
npm run devVisit http://localhost:4321 to view the site locally.
- Astro
- JavaScript (ES Modules)
- Optional: Devicons, local JSON data for recommendations, etc.
This portfolio is intended for personal use. You are free to draw inspiration from it, but please don't directly copy or deploy it under your own name without permission. <3
Want to reach out or collaborate?
- 📧 hi@themelon.tech
- 🌐 themelon.tech
- 💼 Message me for my LinkedIn and/or resume!
If you like this project, consider giving it a ⭐ on GitHub!