Write your own commentaries for web contents and share it!
웹 콘텐츠를 보며 나만의 감상이나 코멘트를 작성하고, 이를 공유할 수 있는 플랫폼입니다.
(2025년 8월까지 진행하는 단기 프로젝트입니다.)
Check out the live project here: https://commenta-hazel.vercel.app
Jade (@ansmeer008)
Email: ansmeer008@gmail.com
| Category | Tech |
|---|---|
| Framework | Next.js 15 |
| Language | TypeScript |
| UI Components | shadcn/ui, Radix UI, Lucide Icons |
| Styling | Tailwind CSS 4, clsx, tailwind-merge |
| State Management | Zustand |
| Backend / DB | Firebase |
| Lint/Format | ESLint, Prettier |
| Animation | tw-animate-css |
- Write and share commentaries on web content
- Categorize and filter commentaries
- Subscription-based episode filtering to prevent spoilers
- User profiles with nickname and avatar
├─ /app # Next.js App Router pages
├─ /components # UI components +@
├─ /hooks # Custom hooks
├─ /store # Zustand global state
├─ /lib # Utility functions
├─ /apis # API handlers
├─ /public # Static assets
└─ /styles # Tailwind / global styles