Skip to content

Giovanni Vasconcelos Portfolio encapsulates my professional journey, honing skills in Bootstrap's responsive design, multilingual adaptation, API integration, Vue.js efficiency, async programming, Axios utilization, and algorithmic thinking. This odyssey births an elegant portfolio and deepened understanding of modern web development practices.

Notifications You must be signed in to change notification settings

vasconcelos-giovanni/giovanni-vasconcelos

Repository files navigation

Giovanni Vasconcelos Portfolio: Showcasing Achievements with Elegance

📌 Project idea

Giovanni Vasconcelos Portfolio is an embodiment of my professional journey, meticulously crafted to exhibit my resume and projects within an alluring and contemporary digital space.

💿 Live Demo

Check out the live demo here: Giovanni Vasconcelos

💡 Key Features

✅ Bilingual Experience: Seamlessly switch between English and Portuguese to cater to a diverse audience;

✅ Universal Adaptability: Ensuring an optimal user experience across a spectrum of devices and screen sizes.

🔧 Technologies

Vue.js Bootstrap SASS

🏗️ Development Details

Conceptualized as a Single Page Application (SPA), I harnessed the power of the Axios library for streamlined HTTP requests. The I18N library was instrumental in achieving seamless internationalization, and the GitHub API seamlessly integrates to spotlight a curated selection of projects.

📚 My Learning Journey

The journey of crafting Giovanni Vasconcelos Portfolio has been a transformative experience that has enriched my skill set and knowledge in several key areas:

📌 Mastery of the Bootstrap grid system, underpinning impeccable responsiveness.

📌 Skillful application of internationalization techniques for fluid multilingual translation.

📌 Expertise in harnessing third-party APIs, amplifying the website's capabilities.

📌 Proficiency in Vue.js Composition API, unlocking dynamic and efficient web development.

📌 Crafting efficient functions to fetch, score, and sort repositories dynamically from the GitHub API, demonstrating a solid understanding of asynchronous programming and data manipulation.

📌 Utilizing Axios to perform streamlined HTTP requests, showcasing proficiency in integrating external data sources.

📌 Implementing topic-based scoring and sorting algorithms to dynamically arrange repositories in a meaningful order, showcasing problem-solving skills and algorithmic thinking.

This journey has not only allowed me to create an elegant and functional portfolio but has also deepened my understanding of modern web development practices, software architecture, and effective communication of technical concepts.

Documentation

Getting Started

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Instructions for languages files

Division by Layouts and Views

The keys tree begins with "layout" and "views" keys and are organized starting from it.

{
  "layouts": {
    "LayoutOne": {},
    "LayoutTwo": {}
  },
  "views": {
    "ViewOne": {},
    "ViewTwo": {}
  }

Articles

Articles must always be sufixed by "Article".

"oneArticle": {
  "oneSection": {}
}

Sections

Sections must always be sufixed by "Section".

It must always be within articles.

It must have at least a heading and paragraphs which have to be named initializing with "p" and finalizing with its number in the paragraphs tree.

"articleOne": {
  "oneSection": {
      "heading": "Heading",
      "p0": "First paragraph.",
      "p1": "Second paragraph"
  }
}

Lists

Lists should be keys suffixed with "Ul" or "Ol" and have its items initializing with or being suffixed with "li", respecting the proper case and the context whether its make sense to additional prefixation, and finalizing with its index.

"fruitsUl": {
  "li0": "Banana"
}

"languagesUl": {
  "enLi0": "English",
  "esLi1": "Spanish"
}

About

Giovanni Vasconcelos Portfolio encapsulates my professional journey, honing skills in Bootstrap's responsive design, multilingual adaptation, API integration, Vue.js efficiency, async programming, Axios utilization, and algorithmic thinking. This odyssey births an elegant portfolio and deepened understanding of modern web development practices.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages