Giter Site home page Giter Site logo

devdouglasgfs / portfolio Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 3.57 MB

Repo of my portfolio made mainly with Nuxt, Vue and Tailwind

Home Page: https://devdouglassilva.xyz

License: MIT License

Nix 1.10% Vue 80.62% CSS 1.85% TypeScript 16.43%
nuxt nuxtjs portfolio portfolio-website tailwind tailwindcss vite vitejs vue vuejs

portfolio's Introduction

LinkedIn cover - 1

Douglas S. Silva - Portfólio

It is the repository of my portfolio website and contains information about its structure, features and information.


Netlify Status

🚀 Technologies and Tools

I used the following technologies and tools:

  • Nuxt.js;
  • Vue;
  • Tailwind;
  • TypeScript;
  • Figma(design);
  • Netlify(for deploy)

🔖 Contents

  • About Me;
  • Projects;
  • Certifications;
  • Contacts;
  • Skills

portfolio's People

Contributors

devdouglasgfs avatar dependabot[bot] avatar

Stargazers

jist avatar

Watchers

 avatar

portfolio's Issues

Fix: Replace the Nuxt icon with the Vite icon in the Vulcan Novels project data.

Replace

const projectsList: Array<projectDTO> = [{
    title: "Vulcan Novels",
    started: "03/03/2024",
    description: "Um site dedicado a leitura de novels(Novelas traduzido para o Português) autorais para a Vulcan Scanlator. Tem sua prototipagem feita no Figma e está sendo desenvolvido usando principalmente Vite, Vue e Tailwind no front-end.",
    status: "in progress",
    image: "/assets/images/projects/vulcan-novels.webp",
    tecnologies: [{
        title: "Vue",
        icon: "uil:vuejs"
    }, {
        title: "Nuxtjs",
        icon: "mdi:nuxt"
    }, {
        title: "TypeScript",
        icon: "mdi:language-typescript"
    }, {
        title: "Vitest",
        icon: "simple-icons:vitest"
    }, {
        title: "Tailwind",
        icon: "mdi:tailwind"
    },{
        title: "Figma",
        icon: "carbon:logo-figma"
    }]
}, {
/*...*/

With

const projectsList: Array<projectDTO> = [{
    title: "Vulcan Novels",
    started: "03/03/2024",
    description: "Um site dedicado a leitura de novels(Novelas traduzido para o Português) autorais para a Vulcan Scanlator. Tem sua prototipagem feita no Figma e está sendo desenvolvido usando principalmente Vite, Vue e Tailwind no front-end.",
    status: "in progress",
    image: "/assets/images/projects/vulcan-novels.webp",
    tecnologies: [{
        title: "Vue",
        icon: "uil:vuejs"
    }, {
        title: "Vitejs",
        icon: "simple-icons:vite"
    }, {
        title: "TypeScript",
        icon: "mdi:language-typescript"
    }, {
        title: "Vitest",
        icon: "simple-icons:vitest"
    }, {
        title: "Tailwind",
        icon: "mdi:tailwind"
    },{
        title: "Figma",
        icon: "carbon:logo-figma"
    }]
}, {
/*...*/

Feat: Add Github stats

Add statistics using the Github API on the Front-end or Back-end

Why?

  • It will add dynamic content and use an API in real time;
  • Won't need to manually add details about GitHub statistics;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.