Skip to content
View IvanDF's full-sized avatar
:octocat:
Working from home
:octocat:
Working from home
Block or Report

Block or report IvanDF

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
IvanDF/README.md

πŸ‘‹ Sono Ivan!


Mi presento: sono Ivan e dal 2020 sono entrato nel mondo della programmazione web, affrontando un percorso che mi ha inizializzato come Junior Full-Stack. Al momento, prediligo l’ambito Front-End (con una passione per creative developer). Mi piace viaggiare e fotografare tutto quello che mi suscita emozioni e sono sempre in cerca di nuove avventure. Mi piace reputarmi una persona creativa.



const toDoToday = (dayNumber) => {
  return dayNumber >= 7 ? "sleep" : "code"
}

const currentDate = new Date().getDay()

console.log(`Today i will ${toDoToday(currentDate)}`)


let knowlendge = {
  languages: [
    "HTML", 
    "CSS(SCSS)", 
    "JavaScript", 
    "PHP", 
    "TypeScript"
  ],
  
  tools: [
    "Bootstrap", 
    "Vue", 
    "Laravel", 
    "React(Redux/React-Query)", 
    "Angular(Basic)", 
    "React Native", 
    "GSAP", 
    "Cypress"
  ],
  
  packageManager: ["Npm(Npx)", "Yarn", "Lerna"],
  
  database: ["MySQL", "phpMyAdmin"],
  
  // passions: [ "code", "design", "photography" ],
}

Social


Pinned

  1. filteroo filteroo Public

    Filteroo, una web app per poter applicare i filtri ad un'immagine in tempo reale

    JavaScript

  2. todo-fullstack todo-fullstack Public

    To-Do Full Stack, Back-end & Front-End separati, la comunicazione tra i due avviene tramite API.

    PHP

  3. vue-boolflix vue-boolflix Public

    Sito web responsive che permette la ricerca di film e serie tv tramite una chiamata Ajax alla api TMDB.

    HTML

  4. laravel-molisana laravel-molisana Public

    La Molisana is a wep-page that shows you pics and descriptions about different types of Pasta

    PHP

  5. html-css-helbiz html-css-helbiz Public

    Replica del sito web Helbiz responsive

    CSS

  6. guess-app guess-app Public

    Choose a number and the computer will try to guess it

    JavaScript