Skip to content
View rohailtaha's full-sized avatar
πŸ’₯
Focusing
πŸ’₯
Focusing
Block or Report

Block or report rohailtaha

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

πŸ‘‹ Hi, I'm Rohail Taha

A Full Stack Web Developer.

πŸ’» Tools and Technologies

HTML, CSS, JavaScript | Typescript, React.js, Next.js, Node.js, Express, MongoDB, MySQL, Git | GitHub, PHP, Laravel

🌐 Connect with me

Pinned

  1. REST-Countries-API REST-Countries-API Public

    A countries fact app built using React. Built as a challenge from the website https://www.frontendmentor.io/

    JavaScript

  2. rohailtaha.github.io rohailtaha.github.io Public

    The repository for my web developer portfolio site.

    HTML

  3. ip-address-tracker ip-address-tracker Public

    An IP address tracker app. Built as a challenge from https://www.frontendmentor.io/

    CSS 1

  4. pong-playground pong-playground Public

    A Pong Game built using HTML5's Canvas API.

    JavaScript

  5. manage-landing-page manage-landing-page Public

    A responsive landing page built as a challenge from the website https://www.frontendmentor.io/

    HTML

  6. Reusable javascript code snippets Reusable javascript code snippets
    1
    export const MONTHS: Record<number, string> = {
    2
      0: 'January',
    3
      1: 'February',
    4
      2: 'March',
    5
      3: 'April',