Skip to content

Latest commit

 

History

History
127 lines (75 loc) · 4.56 KB

File metadata and controls

127 lines (75 loc) · 4.56 KB

🌍 Available in: English | Español

GitHub followers Licencia



🇪🇸 [01] A C E R C A _D E L _ P R O Y E C T O

¡Bienvenido/a a mi base de datos de proyectos! Este portfolio digital no es solo una vitrina; es un artefacto construido con la precisión del pixel art y la potencia de las tecnologías modernas.

Mi objetivo: Demostrar mi capacidad para desarrollar interfaces de usuario con un enfoque meticuloso en la estética, la funcionalidad y el rendimiento.

🛠 Stack de Tecnologías (Core)

Tecnología Descripción
React La librería principal para construir la interfaz de usuario.
Tailwind CSS Framework CSS utility-first para un diseño rápido y responsivo.
JavaScript (ES6+) Lógica y dinamismo de la aplicación.
Intersection Observer Utilizado para la navegación de la barra lateral (scroll-spy).
Git LFS Gestión de archivos grandes (e.g., videos, imágenes de alta resolución).

🕹️ [02] E X P L O R A R _ L O C A L M E N T E

Si deseas correr este proyecto en tu entorno local para inspeccionar el código o extenderlo, sigue estas instrucciones:

1. Clonación del Repositorio

git clone https://github.com/13djune/Portfolio.git

2. Instalación de Dependencias

cd Portfolio_web npm install o yarn install / pnpm install

3. Scripts Disponibles

Comando ----- Descripción npm start --- Modo Desarrollo: Corre la aplicación en http://localhost:3000. npm run build - Producción: Construye el bundle final en la carpeta build. npm test ---- Lanza el test runner interactivo.

🔑 [03] C O N T A C T O

¿Te interesa colaborar o tienes alguna pregunta? ¡No dudes en contactarme!

LinkedIn: https://www.linkedin.com/in/belen-castillo-chacon/

Email: belencastillocha@gmail.com

Este proyecto fue iniciado con Create React App. Las funcionalidades base de scripts han sido conservadas para fines de desarrollo.

🇪🇸 [01] ABOUT THE PROJECT

Welcome to my project database! This digital portfolio is not just a showcase; it is an artefact built with the precision of pixel art and the power of modern technologies.

My goal: To demonstrate my ability to develop user interfaces with a meticulous focus on aesthetics, functionality, and performance.

🛠 Technology Stack (Core)

Technology Description
React The main library for building the user interface.
Tailwind CSS Utility-first CSS framework for fast and responsive design.
JavaScript (ES6+) Application logic and dynamism.
Intersection Observer Used for sidebar navigation (scroll-spy).
Git LFS Large file management (e.g., videos, high-resolution images).

🕹️ [02] E X P L O R E _ L O C A L L Y

If you want to run this project in your local environment to inspect the code or extend it, follow these instructions:

1. Cloning the Repository

git clone https://github.com/13djune/Portfolio.git

2. Installing Dependencies

cd Portfolio_web npm install or yarn install / pnpm install

3. Available Scripts

Command ----- Description npm start --- Development Mode: Runs the application at http://localhost:3000. npm run build - Production: Builds the final bundle in the build folder. npm test ---- Launches the interactive test runner.

🔑 [03] C O N T A C T

Interested in collaborating or have any questions? Feel free to contact me!

LinkedIn: https://www.linkedin.com/in/belen-castillo-chacon/

Email: belencastillocha@gmail.com

This project was started with Create React App. The basic scripting functionalities have been retained for development purposes.