Skip to content
View elisavetTriant's full-sized avatar
👩‍💻
Hello there!
👩‍💻
Hello there!

Block or report elisavetTriant

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

Hello! 👋
This is Elissavet Triantafyllopoulou.

IT Professional / Multi-disciplinary Web Developer / Lifelong Learner

Who I am

Hello there! My name is Elissavet, Ellie for short.

I've been online since 1999 and worked as a web developer and designer since 2003.

I am an end-to-end Web Developer and Designer, coding both back-end and front-end, specializing in web design and open-source development as well as digital promotion and website maintenance.

I am an avid crocheter, a dreamer and an INFP among a gazillion other things.

Find me:

Pinned Loading

  1. tamagotchi-virtual-pet tamagotchi-virtual-pet Public

    A Tamagotchi inspired virtual-pet game created with React.js, using the Material-UI framework.

    JavaScript 5 3

  2. dark-mode-switcher-react dark-mode-switcher-react Public

    This React Application showcases an on and off Microinteraction, which is the dark/light mode switching of the site's theme.

    JavaScript 1

  3. pomodoro-clock pomodoro-clock Public

    FreeCodeCamp frontend libraries 25-5 Clock, also known as Pomodoro Clock, with create-react-app, using Hooks.

    JavaScript 1

  4. responsive-images responsive-images Public

    Grunt task to resize and optimize images for responsive websites.

    JavaScript

  5. Hint.css updated for keyboard naviga... Hint.css updated for keyboard navigation and light themed tooltip.
    1
    /*! Hint.css - v3.0.0 - 2023-11-29
    2
    * https://kushagra.dev/lab/hint/
    3
    * Copyright (c) 2023 Kushagra Gour 
    4
    */
    5
    
                  
  6. Transforms the elements' average alt... Transforms the elements' average altitude into their orbital periods.
    1
    /*Intermediate Algorithm Scripting: Map the Debris
    2
    Return a new array that transforms the elements' average altitude into their orbital periods (in seconds).
    3
    The array will contain objects in the format {name: 'name', avgAlt: avgAlt}.
    4
    You can read about orbital periods on Wikipedia.
    5
    The values should be rounded to the nearest whole number. The body being orbited is Earth.