{"id":21817371,"url":"https://github.com/cosimochellini/habits-tamer","last_synced_at":"2025-07-30T00:33:28.110Z","repository":{"id":162487975,"uuid":"637022551","full_name":"cosimochellini/habits-tamer","owner":"cosimochellini","description":"Habits Tamer: A modern PWA built with Next.js, Prisma, and TypeScript for tracking habits effectively. Features customizable habit categories, frequencies, progress tracking, and authentication. Perfect for anyone looking to build better routines and monitor personal growth.","archived":false,"fork":false,"pushed_at":"2025-05-13T15:51:07.000Z","size":690,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-28T01:02:41.249Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://habits-tamer.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cosimochellini.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-05-06T09:09:04.000Z","updated_at":"2025-05-14T06:58:24.000Z","dependencies_parsed_at":"2023-05-24T09:45:13.616Z","dependency_job_id":"9fefe4db-0a17-4393-a4fd-2fc55fd47ea7","html_url":"https://github.com/cosimochellini/habits-tamer","commit_stats":null,"previous_names":["cosimochellini/habits-tamer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cosimochellini/habits-tamer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosimochellini%2Fhabits-tamer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosimochellini%2Fhabits-tamer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosimochellini%2Fhabits-tamer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosimochellini%2Fhabits-tamer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cosimochellini","download_url":"https://codeload.github.com/cosimochellini/habits-tamer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosimochellini%2Fhabits-tamer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267785800,"owners_count":24144122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-27T15:45:26.531Z","updated_at":"2025-07-30T00:33:28.062Z","avatar_url":"https://github.com/cosimochellini.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Habits Tamer\n\nA modern, feature-rich web application for tracking and managing your habits effectively. Build consistent routines and monitor your progress over time.\n\n## 🌟 Features\n\n- **Habit Tracking**: Create, track, and manage habits with customizable frequencies (daily, weekly, monthly, yearly)\n- **Progressive Web App (PWA)**: Install on your devices for offline access\n- **Authentication**: Secure authentication with NextAuth.js\n- **Categorization**: Organize habits by categories (Lifestyle, Health, Personal Growth, etc.)\n- **Habit Insights**: Visual progress tracking and statistics\n- **Responsive Design**: Works seamlessly on desktop and mobile devices\n\n## 📱 Screenshots\n\n*Coming soon*\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Node.js (recommended version in `.nvmrc`)\n- PNPM package manager\n- PostgreSQL database\n\n### Environment Setup\n\nCreate a `.env` file in the root directory with the following variables:\n\n```bash\nDATABASE_URL=\"postgresql://username:password@localhost:5432/habits_tamer\"\nNEXTAUTH_SECRET=\"your-nextauth-secret\"\nNEXTAUTH_URL=\"http://localhost:4000\"\n# Add other required environment variables for auth providers\n```\n\n### Installation\n\n1. Clone the repository\n```bash\ngit clone https://github.com/yourusername/habits-tamer.git\ncd habits-tamer\n```\n\n2. Install dependencies\n```bash\npnpm install\n```\n\n3. Set up the database\n```bash\npnpm prisma:generate\npnpm prisma:deploy\n```\n\n4. Start the development server\n```bash\npnpm dev\n```\n\n5. Open [http://localhost:4000](http://localhost:4000) with your browser to see the application.\n\n## 🛠️ Tech Stack\n\n- **Framework**: Next.js 14\n- **UI**: React 18, Tailwind CSS, DaisyUI\n- **Database**: PostgreSQL with Prisma ORM\n- **Authentication**: NextAuth.js\n- **State Management**: Zustand\n- **Form Validation**: Zod\n- **Icons**: Tabler Icons\n- **Styling**: Tailwind CSS, SASS\n- **Development**: TypeScript, ESLint, Prettier\n\n## 📊 Project Structure\n\n- `/app`: Next.js App Router API routes\n- `/auth`: Authentication configuration\n- `/components`: Reusable UI components\n- `/features`: Main application features organized by domain\n- `/hooks`: Custom React hooks\n- `/pages`: Next.js page components and routing\n- `/prisma`: Database schema and configuration\n- `/providers`: React Context providers\n- `/public`: Static assets\n- `/styles`: Global styles\n- `/utils`: Utility functions\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## 🧑‍💻 Author\n\nCosimo Chellini - [cosimo.chellini@gmail.com](mailto:cosimo.chellini@gmail.com)\n\n## 🙏 Acknowledgements\n\n- Next.js team for the awesome framework\n- All open-source libraries used in this project\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosimochellini%2Fhabits-tamer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcosimochellini%2Fhabits-tamer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosimochellini%2Fhabits-tamer/lists"}