Skip to content
View rhythmpatel's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Rajkot, Gujarat
  • 19:51 (UTC +05:30)

Block or report rhythmpatel

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

Hi there 👋

I am a UI/UX Designer and Frontend Developer with 17+ years of experience.
Currently working as Lead Designer / Tech Lead with Liventus.

My area of focus lies in designing web and mobile products, user research as well as leading of design & front-end teams. I enjoy designing and coding the UI as much as talking with users to iterate and improve the experiences that reach business goals.

🌱 Current tech stack - FE: NextJS-React-Redux | CSS: Bootstrap/Taliwind CSS | BE: Node-Express | Mobile: React Native


Twitter Badge Linkedin Badge Codepen Badge Codepen Badge Stack Overflow Badge

Pinned Loading

  1. Advanced-React Advanced-React Public

    Forked from wesbos/Advanced-React

    Starter Files and Solutions for Full Stack Advanced React and GraphQL

    JavaScript 1

  2. guides guides Public

    Development and Resource guide

    1

  3. Gulp-workflow-2017 Gulp-workflow-2017 Public

    Forked from codeblobstv/Gulp-workflow-2017

    Gulp workflow 2017 (minification, uglification, image minimization, javascript bundling, sass, sourcemaps, es6 and browser-sync)

    JavaScript 1

  4. design-blocks design-blocks Public

    Forked from froala/design-blocks

    A set of 170+ Bootstrap based design blocks ready to be used to create clean modern websites.

    HTML 1

  5. Add xl step to bootstrap sass. Shoul... Add xl step to bootstrap sass. Should be after bootstrap.scss.
    1
    /* Place this after bootstrap.scss */
    2
    
                  
    3
    $screen-xl:                  1560px !default;
    4
    $screen-xl-min:              $screen-xl !default;
    5
    $screen-xl-desktop:          $screen-xl-min !default;
  6. Commit Message Format Commit Message Format
    1
    ### Commit Message Format
    2
    Each commit message consists of a **header**, a **body** and a **footer**.  The header has a special
    3
    format that includes a **type**, a **scope** and a **subject**:
    4
    
                  
    5
    ```