Skip to content

Commit e82d566

Browse files
committed
add 2024 hackathon projs
1 parent 9f71c4f commit e82d566

File tree

12 files changed

+55
-2
lines changed

12 files changed

+55
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
# 記事ページ
23

34
## frontmatter
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
# メンバーページ
23

34
[`[member].astro`](/src/pages/members/[member].astro) によってレンダリングされるメンバー詳細ページです。
@@ -17,3 +18,4 @@
1718
| `github` | | GitHub の**アカウント名** |
1819
| `twitter` | | X (旧 Twitter) の **ID**|
1920
| `website` | | 個人のウェブサイトの URL。 |
21+
File renamed without changes.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: 壁よけボウリング
3+
kind: hackathon
4+
status: finished
5+
date: 2024-06-08
6+
description: 障害物を避けてピンを倒そう! どこか懐かしくてどこか新感覚のボウリングゲームをお楽しみあれ!
7+
image:
8+
src: ./bowling.png
9+
website: https://ut-code.github.io/bowling-app/
10+
github: https://github.com/ut-code/bowling-app
11+
---
1.38 MB
Loading
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: ShiftSyncer
3+
kind: hackathon
4+
status: finished
5+
date: 2024-06-08
6+
description: 複数人から登録されたシフトの希望を基に、最適なシフトを作成するアプリです。シフトの希望を出す際に、シフトに入れるか否かだけではなく、積極的に入りたいのか、それとも人が居なかったら入っても良い程度なのかといった事情も勘案できるようになっています。
7+
image:
8+
src: ./shift-syncer.png
9+
github: https://github.com/ut-code/ShiftSyncer
10+
---
145 KB
Loading
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: TypingScript
3+
kind: hackathon
4+
status: finished
5+
date: 2024-06-08
6+
description: ソースコードに特化したタイピング練習サイトです。
7+
image:
8+
src: ./typing-script.png
9+
website: https://ut-code.github.io/TypingScript
10+
github: https://github.com/ut-code/TypingScript
11+
---
149 KB
Loading
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Title
3+
date: hackathon-start-date
4+
kind: hackathon
5+
status: finished
6+
image:
7+
src: ./thumbnail.png
8+
description: "簡単なタワーディフェンスゲームです。自機も移動して攻撃すると言う特徴があります。"
9+
members:
10+
- ykobayashi
11+
tags:
12+
- TypeScript
13+
- Svelte
14+
- DaisyUI
15+
- Cloudflare
16+
github: https://github.com/aster-void/tower-battle
17+
website: https://tower-d5g.pages.dev
18+
---

0 commit comments

Comments
 (0)