Skip to content
View Fanreza's full-sized avatar

Highlights

  • Pro

Organizations

@NEVTIK-org @Internity-dev @HADE-Dev

Block or report Fanreza

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

Hi there 👋

I'm Muhamad Jamil Fanreza a Fulltime Frontend Developer, PartTime Web3 Wanderer and a DeFi Advocat

Pinned Loading

  1. Nestora Nestora Public

    DeFi savings app on Base. Create pockets, set goals, earn yield. No DeFi knowledge needed.

    Vue

  2. giwa-bridge giwa-bridge Public

    Testnet bridge application for transferring test ETH between Sepolia and GIWA Testnet

    Vue

  3. towns-bot-meteora-toolkit towns-bot-meteora-toolkit Public

    Discover and tracking Meteora DLMM and DAMM liquidity pools on Solana.

    TypeScript

  4. polymer-template-v2 polymer-template-v2 Public

    JavaScript

  5. Override tailwind reset ( when using... Override tailwind reset ( when using WYSIWYG tool )
    1
    /* Tailwind Override */
    2
    h1 {
    3
    	display: block;
    4
    	font-size: 2em;
    5
    	margin-top: 0.67em;
  6. Htacces for deploying vue apps in su... Htacces for deploying vue apps in subdirectory
    1
    <IfModule mod_negotiation.c>
    2
      Options -MultiViews
    3
    </IfModule>
    4
    
                  
    5
    <IfModule mod_rewrite.c>