1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【個人開発】ひよっこエンジニアが暇だから色々開発したあれこれ

Last updated at Posted at 2024-11-28

NextとNuxtの勉強のためにいろいろ作ったのでここに記録。

名寄せツール

画像右側の重複した物件情報を、整理して左のようにAIがまとめてくれるツール。
同じ生成結果にならないのがかなり問題。そのため品質は低め。

  • フロントエンド:現在なし
  • バックエンド:Next.js typescript
  • 生成AI:gemini-pro
  • 名寄せに使うファイル:csv形式
    image.png

ポケモン図鑑

pokeAPIからポケモンの情報を引っ張ってきて並べただけ。
初期ロードがとんでもなく重いのがネック。
二回目以降はキャッシュを利用してるのでかなり早い。

  • フロントエンド:Nuxtjs typescript
  • バックエンド:Next.js typescript
    image.png

顧客管理アプリ

顧客管理、店舗管理、販売管理、売上管理が一つのアプリで出来るアプリ。たたき台として作ったためまだ出来が悪い。

  • フロントエンド:Nuxtjs typescript
  • バックエンド:Next.js typescript
  • DB:MySQL Prisma
    image.png

AIが作ってくれるクイズアプリ

自分が好きなジャンルの四択クイズをAIが生成してくれる。

  • フロントエンド:Nuxtjs typescript
  • バックエンド:Next.js typescript
  • 生成AI:gemini-pro
    image.png
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?