Skip to content
View Remzi1993's full-sized avatar
๐ŸŽฏ
Busy & focusing
๐ŸŽฏ
Busy & focusing

Highlights

  • Pro

Organizations

@Official-Codaisseur-Graduate
Block or Report

Block or report Remzi1993

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

Pinned

  1. remzi.info remzi.info Public

    My personal website built with Vite, Vue.js, TypeScript and Sass.

    Vue 1

  2. guessing_game guessing_game Public

    Guessing game CLI app in Rust

    Rust

  3. Examples of using native fetch Examples of using native fetch
    1
    // Config / constants
    2
    const baseUrl = 'http://localhost:4000' || 'example.herokuapp.com' // or use an environment variable like this: process.env.URL || 'http://localhost:4000'
    3
    const JWT = 'Whatever-token'
    4
    
                  
    5
    /*
  4. jquery-manager jquery-manager Public archive

    Manage jQuery and jQuery Migrate on a WordPress website, activate a specific jQuery and/or jQuery Migrate version. The ultimate jQuery debugging tool for WordPress

    JavaScript 27 8

  5. dog-breed-memory dog-breed-memory Public

    Group Project: Dog breed memory game

    JavaScript

  6. world-currency-quiz world-currency-quiz Public archive

    From Dollars to Dinars: The World Currency Quiz. How many types of world currency can you name?

    Vue