Avery Felts e78dc3f940 Add smoking cessation tracker application
Features:
- User authentication via WorkOS (Apple, Google, Phone)
- Daily check-in dialog for usage tracking
- Calendar view with usage heatmap
- Personalized reduction plan generator after 7 days of tracking
- Custom OKLCH color theme with DM Sans and Space Mono fonts

Tech stack:
- Next.js 15 with App Router
- Shadcn/UI components
- Prisma with SQLite database
- Tailwind CSS v4

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 15:41:41 -07:00

48 lines
525 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# env files (can opt-in for committing if needed)
.env*
!.env.example
# database
*.db
*.db-journal
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts