Skip to content
View mckent05's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report mckent05

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

About Me

const person = {
  name: " Akinlade Tope",
  age: 27,
  pronouns: [ "he", "him" ],
  personality: [ "Bubbly", "Fun" ],
  
  semicolons: false,
  line_endings: "crlf",
  codeStyle: "Prettier",
  variables: "camelCase",
  trailing_comma: true,
  
  hero: "Bill Gates",
  
  hobbies: [ "Programming", "Swimming", "Gaming", "Touring", "Gaining Knowledge", ],
  knowledge: [ "Data Analysis", "Algorithms","Web Development", "Ecmascript", "Numbers",],
  projects: [ "To-do List","LeaderBoard"],  
  languages: [ "Ecmascript6","HTML", "CSS", ],
  editors: [ "VS Code", ],
  
  newLanguage() {
    console.log("Hello, World!")
  },
  
  favGames (game) {
    const bestGames = [ "FIFA", "NFS", "GTAIV", "MIDNIGHTCLUB", 
    "MAXPAYNE3" ]
    const favorite = JSON.parse(fs.readFileSync("favoriteGame.json"))
    
    if (bestGames.includes(game)) {
      console.log("I love this game, let's play");
    } else if (favorite.includes(game)) {
      console.log("I can try it out")
    } else {
      console.log("Bleeh...Let's try aother game");
    }
  },
}

Skills and Tools

image image image image image image

Mckent05's github stats Top Langs

Pinned

  1. maintenance_budget maintenance_budget Public

    This is a rails app that helps you keep track of your maintenance budget for some of your personal, office or household equipment. The app lets users add a new equipment to be maintained and also t…

    Ruby 3

  2. catalog catalog Public

    Forked from xtrahuman/catalog

    This project uses Ruby to create a list of catalog that contains music albums, genres, authors, games, books, labels. This project lets users keeps track of items in their catalog.

    Ruby

  3. my-football-app my-football-app Public

    A simple and useful web app that lets users check standing of some of their favorite clubs in the last five seasons. built with Javascript, React-Redux.

    JavaScript 4

  4. shoppingfy shoppingfy Public

    This is a rails api that helps users with their shopping items. It allows users save a list of shopping items belonging to a category. Users can add a new item, delete item.

    Ruby 1 1

  5. shoppingify-frontend shoppingify-frontend Public

    This is a simple web app that allows users take their shopping lists wherever they go. Users can add their favorite items to their shopping list, save the list and view details of the items in thei…

    JavaScript

  6. Somarven-Arenas-frontend Somarven-Arenas-frontend Public

    Forked from Somdotta07/Somarven-Arenas-frontend

    JavaScript