Code Monkey home page Code Monkey logo

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

Akinlade Temitope's Projects

awesome_books icon awesome_books

Awesome books project is a project that saves a list of all your most liked books and uses Luxon library to display the time

blog-app icon blog-app

This is a blog app created with ruby, it displays all users and posts made by each user. It also allows users add new post and comments

bookstore_react icon bookstore_react

A single-page app that allows users store some of their favorite books. It lets users add their favorite books to the list and post them to an API. It also fetches the books for the API.this project was built using Javascript, React-redux

capstone_project icon capstone_project

This is my first Microverse project, it introduces aspiring students to the portal, (considered the toughest module in microverse), and how to seamlessly work through the first few weeks in microverse.

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

contact-form-cr-training icon contact-form-cr-training

This is part of the Code review process for Microverse. I am to build a contact form section for an existing project.

countdownproject icon countdownproject

This is a Countdown project for an iPhone giveaway, I have used javascript to implement the main functionality in this project.

hello-rails-react icon hello-rails-react

A project that combines react as its front-end and rails as its back-end in one repo

javascript_capstone icon javascript_capstone

This is a Single page application (SPA). This web app helps to review some of your favorite movies. It fetches a curated list of data from an API and shows the reviews about the movie. It allows users to make comments on some of their favorite movies.

leader_board icon leader_board

This is project displays a list of user names and their scores gotten from an API. Data is sent and received from the Leaderboard service API. Gitflow process was duly followed.

maintenance_budget icon maintenance_budget

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 the user can add repair costs for each of their equipment.

math_magicians icon math_magicians

This is a SPA calculator app created using React JS. An app for all maths lovers that helps with your daily calculations on the go. Can be used for simple arithmetic operations.

menu-practice-project icon menu-practice-project

This is a restaurant Landing page that uses Javascript to dynamically display all items in the menu, it also filters the items into Breakfast, Lunch, and dinner.

morse_code_decoder icon morse_code_decoder

This is a practice and fun ruby program to decode Morse codes to plain English. Beginning of my journey to learning Ruby

my-football-app icon my-football-app

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.

oop-school-library icon oop-school-library

This project is an OOP based project. It is used to track details of the books in a school library, and the rentals of those books either by students or by Teachers

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.