Skip to content
View Mhmdrza's full-sized avatar
👽
Mostly in the zone
👽
Mostly in the zone

Organizations

@iran-react-community
Block or Report

Block or report Mhmdrza

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

Pinned

  1. react-increamental-number react-increamental-number Public

    A component that animates a number increment/decrement on value change for a smooth transition

    TypeScript 6 1

  2. cors-anywhere cors-anywhere Public

    cors workaournd

    JavaScript 1

  3. FasterRead FasterRead Public

    A newer way to read faster and also calculate your word per minutes record in pure JavaScript. find your Limit and push your limits

    HTML 1

  4. reactjs.org reactjs.org Public

    Forked from reactjs/react.dev

    The React documentation website

    JavaScript

  5. compressAndBase64.js compressAndBase64.js
    1
    async function compressAndBase64(file, {
    2
        quality = 91,
    3
        scaleFactor = Math.log(file.size) / 13, // scale down images over 1MB
    4
    } = {}) {
    5
        return new Promise((res, rej)=>{
  6. darkModeDocs darkModeDocs Public

    A proper Dark mode for google docs

    JavaScript