Skip to content
View Adry2612's full-sized avatar
😄
😄

Block or report Adry2612

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
Adry2612/README.md

😁 Hello! I'm Adrián Vidal

I'm a junior front-end developer trying to learn everything as posible and become the best developer I can. Actually I'm working at Geotap Group developing in Flutter some mobile apps.

When I'm not coding, you can find me at the gym, reading or listening some music.

Linkedin Badge Gmail Badge


How I'd define myself... with some code!

const whoIAm = () => {
    const name = 'Adrián Vidal López';
    let age = 25;
    let currentLocation = 'Valencia, Spain'
    let education = [
        {
           place: 'IES José Rodrigo Botet',
           degree: 'Web App Development',
           finishYear: 2020
        }, 
        {
           place: 'IES José Rodrigo Botet',
           degree: 'Microcomputer systems and networks',
   	   finishYear: 2018
       	}
    ];
    let work = [
    	{ place: 'Allfunds', since: august 2022 },
    	{ place: 'Geotao Group', from: february 2021, since: august 2022 }
];
    let hobbies = [ 'Sport', 'Books', 'Music', 'Life' ]
}

const currentlyDoing = () => {
   actuallyLearning: 'Next.Js',
   reading: { 
       name: 'The Fellowship of the Ring', 
       author: 'J.R.R Tolkien' 
   }
}


Front-end stack

JS  React  Flutter  Vue  HTML  CSS  SASS  StyledComponents  Figma  Affinity Photo 


Back-end technologies

Java  Node  Mongo  PHP  Laravel  MySql 


Mobile development

Flutter  Dart 


Stuff in my gear

Visual Studio Code  MacBook 


Adri's github statsAdri's top languages

Abhinandan Trilokia

Pinned Loading

  1. MyPortfolio MyPortfolio Public

    Adaptación de mi anterior porfolio (creado con Vue) desarrollado esta vez con React JS y añadiendo nuevas funcionalidades y mejoras de rendimiento.

    JavaScript

  2. LiveMore LiveMore Public

    LiveMore es un proyecto de final de grado que tiene por finalidad crear una aplicación de blog y tienda relacionada con estilo de vida, deporte y nutrición en la que los usuarios podrán ver recomen…

    PHP

  3. Whatsapp-Clone Whatsapp-Clone Public

    Pequeño clon de la aplicación web de Whatsapp utilizando React y la base de datos, autenticación y deploy de Firebase.

    JavaScript

  4. Tinder-Clone Tinder-Clone Public

    Clon front-end de la aplicación de citas Tinder en los que se obtienen datos de una pequeña base de datos en Firebase.

    JavaScript