Skip to content
View bymustfa's full-sized avatar
💻
Coding 💻
💻
Coding 💻

Highlights

  • Pro
Block or Report

Block or report bymustfa

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

Pinned

  1. get-similar-color get-similar-color Public

    Get Similar Color is a TypeScript/JavaScript library that provides utility functions for finding a similar color within a color palette. You can easily use it in either a frontend project or a back…

    TypeScript 6 2

  2. vodefone-todo-list-case vodefone-todo-list-case Public

    Vodafone TODO List Case

    TypeScript 4

  3. react-native-spotify-clone react-native-spotify-clone Public

    React Native Spotify app clone with Expo

    JavaScript 1

  4. ParabirimiYaziya.js ParabirimiYaziya.js
    1
    function numToWord(number) {
    2
        const list1 = ['', 'bir', 'iki', 'üç', 'dört', 'beş', 'altı', 'yedi', 'sekiz', 'dokuz', 'on', 'onbir ', 'oniki ', 'onüç', 'ondört', 'onbeş', 'onaltı', 'onyedi', 'onsekiz', 'ondokuz'];
    3
        const list2 = ['', '', 'yirmi', 'otuz', 'kırk', 'elli', 'altmış', 'yetmiş', 'seksen', 'doksan'];
    4
        const list3 = ['', 'bin', 'milyon', 'milyar', 'trilyon', 'katrilyon'];
    5
        let string = '';
  5. php-auto-generate-cms php-auto-generate-cms Public

    Php MVC Auto Generate CMS System

    PHP 1