Skip to content

Commit 6cce984

Browse files
authored
Feat: project descriptors (#293)
1 parent 5f52b92 commit 6cce984

File tree

30 files changed

+508
-224
lines changed

30 files changed

+508
-224
lines changed

contents/projects/coursemate/index.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
---
2-
title: CourseMate
2+
app:
3+
name: CourseMate
4+
description: 同じ授業の友達をつくろう
5+
url: https://coursemate.utcode.net/
6+
platform: [web]
7+
domain: [app]
8+
9+
date: 2025-05-14
310
kind: long-term
411
status: released
5-
date: 2025-05-14
12+
tags: [TypeScript, React]
13+
614
thumbnail:
715
src: ./thumbnail.png
8-
description: 同じ授業の友達をつくろう
9-
tags: [TypeScript, React]
10-
github: https://github.com/ut-code/coursemate
11-
website: https://coursemate.utcode.net/
16+
17+
social:
18+
github: https://github.com/ut-code/coursemate
1219
---
1320

1421
CourseMate は、同じ授業の友達をつくることができるアプリです。
Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
---
2-
title: CreateCPU
2+
app:
3+
name: CreateCPU
4+
url: https://create-cpu.utcode.net/
5+
description: 現代コンピュータの頭脳である CPU は、単純な論理回路を大量に組み合わせた巨大なシステムです。CreateCPU を使うと、最も単純な回路素子をつなぎ合わせて自分だけの CPU を作り上げることができます。
6+
platform: [web]
7+
domain: [tool]
8+
39
kind: long-term
410
status: released
511
date: 2023-04-01
12+
tags: [TypeScript, React]
13+
614
thumbnail:
715
src: ./thumbnail.png
8-
description: 現代コンピュータの頭脳である CPU は、単純な論理回路を大量に組み合わせた巨大なシステムです。CreateCPU を使うと、最も単純な回路素子をつなぎ合わせて自分だけの CPU を作り上げることができます。
9-
tags: [TypeScript, React]
10-
github: https://github.com/ut-code/create-cpu
11-
website: https://create-cpu.utcode.net/
16+
17+
social:
18+
github: https://github.com/ut-code/create-cpu
1219
---
1320

1421
CreateCPU は、Web ブラウザ上で論理回路を学ぶことのできるプラットフォームです。最終的に CPU が作れるようになることを目指しています。

contents/projects/dot-tutor-learn/index.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
---
2-
title: Dot Tutor Learn
2+
app:
3+
name: Dot Tutor Learn
4+
url: https://learn.dot-tutor.com/
5+
description: 体験型点字学習サイト
6+
platform: [web]
7+
domain: [learn]
8+
9+
date: 2023-01-28
310
kind: long-term
411
status: stable
12+
tags: [TypeScript, React]
13+
514
thumbnail:
615
src: ./thumbnail.png
716
fit: contain
8-
date: 2023-01-28
9-
description: 体験型点字学習サイト Dot Tutor Learn です。
10-
tags: [TypeScript, React]
11-
github: https://github.com/ut-code/dot-tutor
12-
website: https://learn.dot-tutor.com/
17+
18+
social:
19+
github: https://github.com/ut-code/dot-tutor
20+
website: https://learn.dot-tutor.com/
1321
---
1422

1523
ut.code();が作成した体験型点字学習サイトです。

contents/projects/dot-tutor-translate/index.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
---
2-
title: Dot Tutor Translate
2+
app:
3+
name: Dot Tutor Translate
4+
url: https://translate.dot-tutor.com/
5+
description: 点字翻訳サイト
6+
platform: [web]
7+
domain: [tool]
8+
9+
date: 2023-01-28
310
kind: long-term
411
status: stable
12+
tags: [TypeScript, React, Python, FastAPI]
13+
514
thumbnail:
615
src: ./thumbnail.png
716
fit: contain
8-
date: 2023-01-28
9-
description: 点字翻訳サイト Dot Tutor Translate です。
10-
tags: [TypeScript, React, Python, FastAPI]
11-
github: https://github.com/ut-code/dot-tutor
12-
website: https://translate.dot-tutor.com/
17+
18+
social:
19+
github: https://github.com/ut-code/dot-tutor
1320
---
1421

1522
Dot Tutor Translate は、ut.code();が作成した自動点字翻訳サイトです。
Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
---
2-
title: だるめし
2+
app:
3+
name: だるめし
4+
description: 質問に答えていくだけで献立を提案してくれるアプリ
5+
platform: [web]
6+
domain: [app]
7+
8+
date: 2023-04-05
39
kind: long-term
410
status: stable
11+
tags: [TypeScript, React]
12+
513
thumbnail:
614
src: ./thumbnail.jpg
715
fit: contain
816
bg: "#E6E0DB"
9-
date: 2023-04-05
10-
description: 質問に答えていくだけで献立を提案してくれるアプリ
11-
tags: [TypeScript, React]
12-
github: https://github.com/ut-code/menu
17+
18+
social:
19+
github: https://github.com/ut-code/menu
1320
---
1421

1522
質問に答えていくだけで献立を提案してくれるアプリです。

contents/projects/extralearn/index.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,29 @@
11
---
2+
app:
3+
name: Extra Learn
4+
url: https://extra.utcode.net
5+
description: ut.code(); Learn と実際のプロジェクトで使われている最新技術のギャップを埋める
6+
platform: [web]
7+
domain: [learn]
8+
29
date: 2025-04-04
3-
kind: long-term
4-
title: Extra Learn
5-
description: ut.code(); Learn と実際のプロジェクトで使われている最新技術のギャップを埋める
610
members:
711
- ykobayashi
812
- rtakanaka
913
leader: ykobayashi
10-
thumbnail:
11-
src: ./thumbnail.png
12-
github: https://github.com/ut-code/extralearn
13-
website: https://extra.utcode.net
14+
kind: long-term
1415
status: under-development
1516
tags:
1617
- TypeScript
1718
- Astro
1819
- Starlight
1920
- Cloudflare
21+
22+
thumbnail:
23+
src: ./thumbnail.png
24+
25+
social:
26+
github: https://github.com/ut-code/extralearn
2027
---
2128

2229
# 現状と問題
Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
---
2-
title: Call Paper
2+
app:
3+
name: Call Paper
4+
url: https://call-paper.pages.dev
5+
description: 論文の引用関係を可視化できるアプリ
6+
platform: [web]
7+
domain: [tool]
8+
39
date: 2023-08-17
410
kind: hackathon
511
status: finished
@@ -8,7 +14,6 @@ thumbnail:
814
src: ./call-paper.png
915
position: left
1016

11-
description: 論文の引用関係を可視化できるアプリ
12-
github: https://github.com/ut-code/call-paper
13-
website: https://call-paper.pages.dev
17+
social:
18+
github: https://github.com/ut-code/call-paper
1419
---
Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
---
2-
title: Denigma
2+
app:
3+
name: Denigma
4+
url: https://utcode-denigma.onrender.com/
5+
description: 暗号解読ゲーム。シーザー暗号やRSA暗号など、基本的な暗号に触れてみよう!
6+
platform: [web]
7+
domain: [game]
8+
39
date: 2023-08-17
410
kind: hackathon
511
status: dead
12+
613
thumbnail:
714
src: ./denigma.png
815
position: left
916

10-
description: "暗号解読ゲーム。シーザー暗号やRSA暗号など、基本的な暗号に触れてみよう!"
11-
github: https://github.com/ut-code/denigma
12-
website: https://utcode-denigma.onrender.com/
17+
social:
18+
github: https://github.com/ut-code/denigma
1319
---
Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
---
2-
title: music-app
2+
app:
3+
name: music-app
4+
url: https://ut-code.github.io/music-app
5+
description: その日の気分にあった作業用BGMを生成してくれるアプリ
6+
platform: [web]
7+
domain: [app]
8+
39
date: 2023-08-17
410
kind: hackathon
511
status: finished
12+
613
thumbnail:
714
src: ./music-app.png
815
position: top
916
fit: contain
1017
bg: white
1118

12-
description: その日の気分にあった作業用BGMを生成してくれるアプリ
13-
github: https://github.com/ut-code/music-app
14-
website: https://ut-code.github.io/music-app
19+
social:
20+
github: https://github.com/ut-code/music-app
1521
---
Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
---
2-
title: todoアプリ
2+
app:
3+
name: todoアプリ
4+
description: ToDoを管理できる Web アプリ
5+
platform: [web]
6+
domain: [app]
7+
38
date: 2023-08-17
49
kind: hackathon
510
status: finished
11+
612
thumbnail:
713
src: ./todo.png
8-
description: ToDoを管理できる Web アプリ
9-
github: https://github.com/ut-code/todo-2023-hackathon
14+
15+
social:
16+
github: https://github.com/ut-code/todo-2023-hackathon
1017
---

0 commit comments

Comments
 (0)