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-i18next
for 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 dev
This will start the Vite development server, typically available at http://localhost:5173
.
npm run build
This command builds the application for production to the dist
folder.
npm run lint
This command runs ESLint to check for code style issues.