Git Product home page Git Product 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

scandiweb-assessment icon scandiweb-assessment

This is a scandiweb assessment test. This project is an e-commerce web app that allows users shop for some of their favorite items.

shoppingfy icon shoppingfy

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.

shoppingify-frontend icon shoppingify-frontend

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 their list

space-travelers-hub icon space-travelers-hub

In this task, we worked with the real live data from the SpaceX API. Our task was to build a web application for a company that provides commercial and scientific space travel services. The application allows users to book rockets and dragons, and join selected space missions.

tdd icon tdd

A project to practice Test Driven deelopment. I made this project by testing all my methods first before implementing the code in each method.

test_practice icon test_practice

This repo is a test project that makes use of unit testing to test different functionalities in the project. Also, i used test driven development in one of the tests.

todolist_review icon todolist_review

This project is a code review practice with my partner on my to_do list project

webpack-setup icon webpack-setup

This Project is a to-do List project that allows users to input their tasks to-do for the day and gives users functionalities to mark a task as completed, delete tasks and clear all completed tasks

ztm-job-board icon ztm-job-board

⚛️ A place for developers to show recruiters they are available for hire

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.