2
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?

クソアプリAdvent Calendar 2024

Day 17

リアルタイムウェブカウンター

Last updated at Posted at 2024-12-16

本記事は「クソアプリ Advent Calendar 2024」17日目#4 の記事です。

作ったもの

リアルタイムでカウンターを増やせるだけのWebサービス1を作成しました

2024-12-16-kuso-1.gif

技術スタック

  • Next.js, React, shadcn/ui
  • Firestore (リアルタイム リスナー)

機能紹介

クリックカウンター 2

2024-12-16-kuso-2-1.gif

知り合いやコミュニティ内でカウンターを共有できます。
管理画面からアイコン部分を変更ができ、様々な用途?に対応ができます。


投票カウンター 3

2024-12-16-kuso-3-3.gif

投票が作成でき、結果は即時グラフに反映されます。
管理画面からグラフの表示変更ができます。


ページビューカウンター 4

割愛

クソポイント

  • カウントアップ時のアニメーションが気持ちよくない
  • キャッシュしておらず、サービスとしてはコストが心配
  • 最終的なカウント数しか管理してないので、データ活用ができない

さいごに

リアルタイムで画面内の数値やグラフが変動するWebサービスを見たくて作成しました。

  1. https://smashpass.vercel.app/

  2. https://smashpass.vercel.app/clicks/42LXvRow3KIrf4rm4s5s?act=true

  3. https://smashpass.vercel.app/graphs/MGZLFouWunWe5VnMcbQr?act=true

  4. https://smashpass.vercel.app/views/xHI5Oo9OiAO674ZUQ9a2

2
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
2
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?