Skip to content
View kensteph's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report kensteph

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

Hi, I'm

Open to new opportunities!

class KenSteph{

    constructor(){
        this.username = 'kensteph';
        this.name = 'Kender Romain';
        this.web = 'https://kender-romain.netlify.app/';
        this.skills = {
            'frontend': ['HTML', 'CSS', 'JavaScript', 'ReactJS', 'Bootstrap', 'TailWind'],
            'backend': ['Ruby on Rails', 'NodeJS', 'PHP'],
            'database': ['Oracle', 'PostgreSQL', 'MySQL', 'SQLite3', 'MongoDB'],
            'devops': ['GitHub Actions', 'Heroku'],
            'tools': ['GIT', 'GitHub', 'Linters'],
        };
        
  }
  
  getMyName(){
    return this.name;
  }
  
  getMySkills(){
    return this.skills;
  }
}

Get in touch

Pinned

  1. awsome-books-es6 awsome-books-es6 Public

    Awesome books is a web app where the user can save all his interesting books in the browser and display them after. I used HTML, CSS, JavaScript, and ES6 features.

    JavaScript 2 1

  2. math-magicians math-magicians Public

    Math Magicians is a project that allows the users to make simple calculations and read a ramdom math-related quote. I use React to build it.

    JavaScript 1

  3. countries-details countries-details Public

    A web application that allows a user to filter a list of countries and get more details regarding this country. Built with React, Redux and also consume an API.

    JavaScript 1

  4. KS-budget KS-budget Public

    The Ruby on Rails capstone project is about building a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how m…

    Ruby 1

  5. Video-Game-Summit Video-Game-Summit Public

    The Video Game Summit is an annual event that brings together industry professionals, developers, and gamers from around the world.

    CSS

  6. space-travelers space-travelers Public

    A web application for a company that provides commercial and scientific space travel services. The application allows users to book rockets and join selected space missions.

    JavaScript 2