🚀 Personal portfolio showcasing my projects, skills, and experience as a Junior Full Stack Developer.
- Modern Design — Clean, responsive UI with dark mode and smooth animations
- Scroll Reveal — Sections animate in as you scroll using Framer Motion
- Tech Stack Display — Visual showcase of technologies with colored icons
- Project Gallery — Featured projects with live demos and source code links
- Work Experience — Timeline of professional and academic experience
- Contact Section — Easy ways to get in touch
| Category | Technologies |
|---|---|
| Framework | Next.js 14 (App Router) |
| Language | TypeScript |
| Styling | Tailwind CSS |
| Animations | Framer Motion |
| Icons | Lucide React, Devicon |
| Deployment | GitHub Pages |
- Node.js 18+
- npm or pnpm
# Clone the repository
git clone https://github.com/albertogalvez-dev/albertogalvez-dev.github.io.git
# Navigate to the project
cd albertogalvez-dev.github.io
# Install dependencies
npm install
# Start development server
npm run devOpen http://localhost:3000 to view the site.
├── app/ # Next.js App Router pages
│ ├── page.tsx # Home page
│ ├── about/ # About page
│ └── projects/ # Projects page
├── components/ # React components
│ ├── hero-section.tsx
│ ├── about-section.tsx
│ ├── tech-stacks-section.tsx
│ ├── featured-projects.tsx
│ └── experience-timeline.tsx
├── content/ # Data files (projects, experience)
├── lib/ # Utilities and constants
└── public/ # Static assets
- Email: albertogalvezde0@gmail.com
- LinkedIn: Alberto Gálvez
- GitHub: @albertogalvez-dev
This project is open source and available under the MIT License.
Made with ❤️ by Alberto Gálvez