Skip to content

Instantly share code, notes, and snippets.

View jdkfx's full-sized avatar
🍊
I Love orange juice.

Haruki Tazoe jdkfx

🍊
I Love orange juice.
View GitHub Profile
@jdkfx
jdkfx / jdkfx-public.md
Last active August 23, 2024 00:17
jdkfx-public
@jdkfx
jdkfx / Search.vue
Created September 27, 2020 13:28
list-of-books 検索のリファクタリング
<template>
<v-container>
<v-row justify="center" class="text-center">
<v-col>
<div>
<h1>検索ページ</h1>
</div>
<div>
@jdkfx
jdkfx / Search.vue
Last active September 27, 2020 13:26
list-of-books - JSONの表示
<template>
<v-container>
<v-row justify="center" class="text-center">
<v-col>
<div>
<h1>検索ページ</h1>
</div>
<div>
@jdkfx
jdkfx / template.txt
Last active July 3, 2024 07:37
Template of the commit message
# ===== Emojis =====
# :construction: 現在対応中
# :recycle: リファクタリング
# :adhesive_bandage: 軽微な修正
# :sparkles: 機能の追加・更新
# :fire: 機能の削除
# :wastebasket: ファイルの削除
# :white_check_mark: テストの追加・テストの更新
# :speech_balloon: テキストの追加・更新
# :art: デザインやUI/UXの追加・更新