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

Block or report elisavetTriant

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. 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

  2. responsive-images responsive-images Public

    Grunt task to resize and optimize images for responsive websites.

    JavaScript

  3. 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
    
                  
  4. 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.
  5. palindrome-checker.js palindrome-checker.js
    1
    /*JavaScript Algorithms and Data Structures Projects: Palindrome Checker
    2
    Return true if the given string is a palindrome. Otherwise, return false.
    3
    A palindrome is a word or sentence that's spelled the same way both forward and backward, ignoring punctuation, case, and spacing.
    4
    Note
    5
    You'll need to remove all non-alphanumeric characters (punctuation, spaces and symbols) and turn everything into the same case (lower or upper case) in order to check for palindromes.
  6. username-check.js username-check.js
    1
    /*
    2
    https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/regular-expressions/restrict-possible-usernames
    3
    Explanation: https://guide.freecodecamp.org/certifications/javascript-algorithms-and-data-structures/regular-expressions/restrict-possible-usernames/
    4
    5
    You need to check all the usernames in a database. Here are some simple rules that users have to follow when creating their username.