Skip to content
View rohailtaha's full-sized avatar
💥
Focusing
💥
Focusing

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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, PostgreSQL, MongoDB, MySQL, Git | GitHub

🌐 Connect with me

Pinned Loading

  1. REST-Countries-APIREST-Countries-APIPublic

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

    JavaScript

  2. portfolioportfolioPublic

    JavaScript

  3. ip-address-trackerip-address-trackerPublic

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

    CSS 1

  4. pong-playgroundpong-playgroundPublic

    A Pong Game built using HTML5's Canvas API.

    JavaScript

  5. manage-landing-pagemanage-landing-pagePublic

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

    HTML

  6. Reusable Javascript Code SnippetsReusable Javascript Code Snippets
    1
    exportconstMONTHS: Record<number,string>={
    2
    0: 'January',
    3
    1: 'February',
    4
    2: 'March',
    5
    3: 'April',