Skip to content
View ferditarakci's full-sized avatar

Organizations

@TransferChain
Block or Report

Block or report ferditarakci

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

Ferdi Tarakcı Development

import { createApp } from 'vue'

const app = createApp({
  name: 'About me',
  data() {
    return {
      name: 'Ferdi Tarakcı',
      title: 'Software Developer',
      jobTitle: 'Front-End Web Developer',
      company: 'TransferChain',
      city: 'İstanbul',
    }
  }
});

app.mount('#app');

Technologies and Tools I Use

Technologies and Tools I Use

Pinned

  1. cms-app-with-react cms-app-with-react Public

    CMS App With React

    JavaScript

  2. personal-job-tracking-app-with-react personal-job-tracking-app-with-react Public

    Personal Job Tracking Application With React

    JavaScript

  3. quiz-app-vue-js quiz-app-vue-js Public

    Simple Quiz App with Vue.js

    Vue

  4. movie-search-app-with-vue3 movie-search-app-with-vue3 Public

    Movie Search App on OMDb (Developed with HTML5, SCSS/CSS3, JS and Vue 3)

    Vue 1 2

  5. number-to-text-with-php number-to-text-with-php Public

    Sayıyı Türk Lirası Olarak Yazıya Çevirme (PHP)

    PHP

  6. date-day-format-with-php date-day-format-with-php Public

    Today and next two days in text write

    PHP 1