Welcome to Portfolio Moretto
Portfolio Moretto is a responsive, multilingual portfolio website built with modern web technologies. It serves as a professional showcase for Federico Moretto’s projects, skills, and experience in software development.Quick Start
Get your portfolio running locally in minutes
Firebase Setup
Configure Firebase for project storage and data
Internationalization
Learn how the multi-language system works
Components
Explore the React component architecture
What is Portfolio Moretto?
Portfolio Moretto is a personal portfolio website designed for software developers and tech professionals who want to showcase their work in an elegant, professional manner. The project demonstrates best practices in modern frontend development and provides a complete solution for managing and displaying project portfolios.Key Features
Multilingual Support
Built-in English and Spanish translations using react-i18next
Firebase Integration
Firestore database for projects and Firebase Storage for images
Responsive Design
Fully responsive layout that adapts to all screen sizes
Modern UI
Beautiful gradient-based design with Tailwind CSS and Bootstrap Icons
Technology Stack
The portfolio is built with a carefully selected stack of modern web technologies:Frontend Framework
package.json
Build Tool & Development
vite.config.js
Styling
The project uses a powerful combination for styling:- Tailwind CSS - Utility-first CSS framework for rapid UI development
- Sass - CSS preprocessor for advanced styling capabilities
- Bootstrap Icons - Comprehensive icon library
tailwind.config.js
Internationalization
src/i18n.js
Backend & Storage
src/components/db/data.js
- Firestore - NoSQL database for storing project information
- Firebase Storage - Image hosting for project screenshots and assets
Architecture Overview
The application follows a component-based architecture:src/App.jsx
Component Structure
- Header - Navigation with language switcher
- MainContainer - Main content area with sidebar
- Hero - Introduction section with call-to-actions
- About - Personal story and highlights
- Skills - Technology stack and expertise
- Works - Professional experience timeline
- ProjectsView - Project showcase with filtering
- Contact - Contact information and social links
- Footer - Copyright and additional links
Each major section is built as an independent, reusable React component, making the codebase maintainable and easy to customize.
Who Should Use This?
Portfolio Moretto is ideal for:- Frontend Developers looking for a modern portfolio template
- Full-Stack Developers wanting to showcase their complete skill set
- Students building their first professional portfolio
- Freelancers needing a professional online presence
- Anyone interested in learning React, Vite, and Firebase integration
What You’ll Learn
By working with this project, you’ll gain experience with:- Setting up a modern React + Vite development environment
- Implementing internationalization with react-i18next
- Integrating Firebase Firestore and Storage
- Building responsive layouts with Tailwind CSS
- Creating reusable React components
- Managing environment variables securely
- Deploying a static site to production
Next Steps
Get Started
Ready to dive in? Follow the quickstart guide to get the portfolio running on your local machine in just a few minutes.
