Skip to content
View johnnymayodev's full-sized avatar
👨‍💻
👨‍💻
Block or Report

Block or report johnnymayodev

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

Welcome to my GitHub profile! 👋

// lang: gleam -> https://gleam.run/
type Person = {
    name: String
    role: String
    skills: List<String>
    hobbies: List<String>
}

pub fn main() {
    let johnny: Person = {
        name: "Johnny Mayo"
        role: "Computer Science Student at the New Jersey Institute of Technology"
        skills: ["Python", "HTML", "CSS" "JavaScript", "Svelte", "Docker"]
        hobbies: ["Baking", "Formula 1", "Video Games"]
    }
}

Popular repositories

  1. Pixel-Puzzle Pixel-Puzzle Public

    An engaging and interactive image guessing game where players are presented with a pixelated image and must guess the correct object or scene within a limited amount of time. The image will get pro…

    JavaScript 1

  2. Foreign-Whispers Foreign-Whispers Public

    Foreign Whispers uses mutliple APIs to translate the audio of a video into a different language. It also generates subtitles for the translated audio.

    Python

  3. portfolio portfolio Public

    A simple website to display my projects

    CSS

  4. johnnymayodev johnnymayodev Public

    My GitHub README

  5. UAV-Object-Detection UAV-Object-Detection Public

    Python

  6. Zephyr Zephyr Public

    Zephyr is a lightweight and easy to use component-based front-end framework. It is built with Python and leverages Svelte for its files and syntax.

    CSS