Skip to content
View codewithkevin's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report codewithkevin

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

Hi πŸ‘‹, I'm Kevin

A passionate Software developer and Cyber Security

codewithkevin

codewithkevin

justcodez

  • πŸ”­ Proficiently Skilled in - (Web Application Development) NodeJS, ReactJS, NextJS, REST API,

  • 🌱 Proficienly SKilled in - (Mobile Aapp Development) - React Native (Databases) - SQL, MySql. (Coud Storage) Firebase,

  • πŸ’¬ Ask me about python, javascript and bootstrap, MERN STACK

  • πŸ“« How to reach me oseikelvin709@gmail.com

  • ⚑ Fun fact I think I am funny

Connect with me:

1stblackcousin kevvin_black https://www.youtube.com/channel/uc67agzxax7p8d03hut2zfoq

GitHub Streaks

Languages and Tools:

bootstrap css3 express firebase graphql html5 javascript mongodb mysql nextjs nodejs python react reactnative redux tailwind typescript

Kevin Stat Top Langs

GitHub Activity Graph

Pinned

  1. Finding For leap Year Finding For leap Year
    1
    #For a year to be a leap year, it must be divisible by 4,
    2
    #  unless it is also divisible by 100. However, 
    3
    # it cannot be a leap year if it is divisible by 400.
    4
    
                  
    5
    year = int(input("Enter a year: "))
  2. Hangman Hangman
    1
    import random
    2
    
                  
    3
    word_list = ["music","art","science",
    4
    "history","math","computer","programming",
    5
    "science","art","music","history","math",