This repository contains the source code for my personal portfolio website, showcasing my skills, projects, and professional journey. It is built with modern web technologies like React and Vite.
- Presents comprehensive information about my background, technical skills, and project experience.
- Features a curated list of my projects with descriptions and links.
- Supports multiple languages (currently English and Spanish) through
react-i18nextfor broader accessibility. - Designed with responsiveness in mind to ensure optimal viewing on various devices.
- React
- Vite
- React Router (Implicitly used for navigation if applicable, confirm if needed)
- react-i18next for internationalization
- CSS for styling
- Node.js (v18 or later recommended)
- npm or yarn
- Clone the repository:
git clone git@github.com:Fredy034/personal-portfolio-v2.git cd personal-portfolio-v2 - Install dependencies:
npm install
npm run devThis will start the Vite development server, typically available at http://localhost:5173.
npm run buildThis command builds the application for production to the dist folder.
npm run lintThis command runs ESLint to check for code style issues.