Personal portfolio built with Nuxt 3, showcasing my projects, experience, and tech stack as a Fullstack Developer.
🌐 Live Demo: https://gabrielfierro.vercel.app/
- 🌍 Internationalization (EN / ES)
- 🎨 Dark mode
- ⚡ Modern animations with Motion
- 📱 Fully responsive design
- 🧠 SEO optimized
- 🖼 Project previews
- 🧩 Modular component architecture
- Framework: Nuxt 3
- Language: TypeScript
- Styling: Tailwind CSS
- Animations: Motion
- Icons: Nuxt Icon + Lucide
- Internationalization: @nuxtjs/i18n
- SEO: @nuxtjs/seo
Clone the repository and install dependencies:
git clone https://github.com/yourusername/portfolio-nuxt.git
cd portfolio-nuxt
npm installRun the development server:
npm run devThe app will be available at:
http://localhost:3000
Create an optimized production build:
npm run buildPreview the production build locally:
npm run previewcomponents/
content/
locales/
pages/
public/
- components → UI components
- content → projects and experience data
- locales → translations
- pages → Nuxt pages
- public → static assets
- GitHub: https://github.com/GabrielFierro
- LinkedIn: https://linkedin.com/in/gabriel-fierro-2020
- Email: fierrogabriel13@gmail.com
⭐ If you like the project, feel free to star the repository!
