Skip to content

Commit

Permalink
📝 fix: workの紹介文を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Suke-H committed Oct 20, 2024
1 parent 7e16e31 commit 43df22e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/contents/Work.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ export const Work = (): JSX.Element => {
imageUrls: [ kakutory1, kakutory2, kakutory3 ],
title: 'kakutory',
tags: ['React', 'Typescript', 'AWS'],
date: '2023-05-01',
date: '2023-12-08',
overview: 'ポートフォリオサイト『kakutory』の作成',
technology: 'React, TypeScript',
infrastructure: 'AWS S3 + CloudFront + Route53, Github Actions',
Expand All @@ -305,7 +305,7 @@ export const Work = (): JSX.Element => {
articles: [
{ title: "このサイトの使用技術", link: "https://kakutory.com/#/diary/2023121002" },
],
description: 'ポートフォリオかつ自分の作品を公開する場としてつくりました。ゲームに加えて、Webでの制作物も上げていきたいと思います。',
description: 'Webの勉強を主目的に、自分のポートフォリオサイトとして作成しました。フロントエンドはReactとTypescript、ホスティングはAWS S3とCloudfrontを使っています。今後、ゲームとWeb、2つの側面での制作物を公開したり、日記を書いていったり、自由に使っていきたいなと思ってます。',
},
{
url: "https://kakutory.com/game_pages/MyWordleProject",
Expand All @@ -322,14 +322,14 @@ export const Work = (): JSX.Element => {
{ title: "Wordle作りました!", link: "https://kakutory.com/#/diary/2024031101" },
{ title: "AWSでLambda, DynamoDBを使ってWordle構築してみた", link: "https://zenn.dev/kakuhito/articles/73f9f834812eee" },
],
description: 'AWSを使ったバックエンド開発を学ぶためにWordleを模倣作成しました。',
description: 'AWSを使ったバックエンド開発を学ぶために、Wordleを模倣作成しました。フロントエンドやホスティングはKakutoryと同じで、バックエンドにAWS LambdaとDynamoDBを使用しています。作者でさえも毎日遊べるシステムとして、これ以上シンプルで優れたゲームって中々無いのではないでしょうか...',
},
{
url: "https://github.com/Suke-H/yuru-sprint/",
imageUrls: [ yuruSprint1, yuruSprint2, yuruSprint3, yuruSprint4 ],
title: 'ゆるスプリント',
tags: ['SlackApp', 'Node.js', 'GoogleCloud'],
date: '2024-01-15',
date: '2024-09-22',
overview: 'Slackでゆる~く1週間の目標を立てられるアプリ',
technology: 'Node.js',
infrastructure: 'Cloud Run + Cloud Scheduler',
Expand Down

0 comments on commit 43df22e

Please sign in to comment.