Skip to content
View LardexTheLarge's full-sized avatar
💭
Programming
💭
Programming

Highlights

  • Pro

Block or report LardexTheLarge

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
LardexTheLarge/README.md
const aboutMe = {
    code: [Python, Javascript, HTML, CSS],
    technologies: {
        frontEnd: {
            js:[React],
            css: ["Bootstrap"],
            templates: ["Handlebars"]
        },
        backEnd: {
            js: ["Node", "Express"],
            py: ["sklearn", Pandas, Prophet, ],
            misc:[GraphQL, Tableau]
        },
        other: [Socket.io, AWS]
    },

    databases: ["MongoDB", "mySQL"],

    currentChallenges: [AI, SQL, Data Analysis]
};

Code Wars

Pinned Loading

  1. Godzilla-Quiz Godzilla-Quiz Public

    This is a Godzilla themed quiz that dynamically renders html elements using JavaScript and tracks a users score in local storage.

    JavaScript

  2. Nutrition-App Nutrition-App Public

    Forked from chuckfee23/project1-group5

    This is a front-end app that utilizes a Nutrition API, out team takes the data and tells users the nutritional facts of what they are searching.

    JavaScript

  3. Trip-Split Trip-Split Public

    Forked from mbottoms3/trip_split

    Trip Split is an app that takes a group of users and tracks there expenses on a trip. Once the trip is over an algorithm splits up all the expenses and tell all the users who is owed money.

    JavaScript

  4. Social-Network-API Social-Network-API Public

    A social media app API that stores post, users, friend, and reactions to posts.

    JavaScript