{"id":34780731,"url":"https://github.com/larik-22/howufeelin","last_synced_at":"2026-04-26T09:31:37.565Z","repository":{"id":289647322,"uuid":"966406028","full_name":"larik-22/howufeelin","owner":"larik-22","description":"Mood tracker","archived":false,"fork":false,"pushed_at":"2025-09-26T09:28:49.000Z","size":791,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-26T11:35:02.441Z","etag":null,"topics":["email-notification","firebase","firestore","jest-tests","mui","react","react-router","real-time","spotify-api","typescript"],"latest_commit_sha":null,"homepage":"https://howufeelingtoday.online","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/larik-22.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-14T21:52:54.000Z","updated_at":"2025-07-08T16:47:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"f2cc57d8-924f-4fd6-b9d2-ff1991d3eeed","html_url":"https://github.com/larik-22/howufeelin","commit_stats":null,"previous_names":["larik-22/howufeelin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/larik-22/howufeelin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larik-22%2Fhowufeelin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larik-22%2Fhowufeelin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larik-22%2Fhowufeelin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larik-22%2Fhowufeelin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/larik-22","download_url":"https://codeload.github.com/larik-22/howufeelin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larik-22%2Fhowufeelin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32292741,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T08:29:33.829Z","status":"ssl_error","status_checked_at":"2026-04-26T08:29:18.366Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["email-notification","firebase","firestore","jest-tests","mui","react","react-router","real-time","spotify-api","typescript"],"created_at":"2025-12-25T08:55:07.695Z","updated_at":"2026-04-26T09:31:37.555Z","avatar_url":"https://github.com/larik-22.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![HowUFeelin](./public/howdy.png)\n\n# HowUFeeling ![HowUFeelin](./public/howufeel.svg)\n\nA web application that helps me and my friends track and share emotional wellbeing.\n\n## 🌟 Core Features\n\n- Create and join private support groups\n- Track daily moods and emotional states\n- Add context and notes to your entries\n- View patterns in your emotional journey\n- Manage group memberships and roles\n- Get real-time updates on group activity\n- Spotify intergation to choose \"Song of the day\"\n- Automated email notification upon leaving the rating\n\n## 💻 Technologies\n\n- **Frontend**: React with TypeScript\n- **UI Framework**: Material-UI (MUI) components\n- **Authentication**: Firebase Auth with Google sign-in\n- **Database**: Firebase Realtime Database\n- **Hosting**: Firebase Hosting\n- **State Management**: React Context API\n- **Routing**: React Router v7\n\n## 🎨 User Experience\n\n- Clean, minimalist interface focused on ease of use\n- Fully responsive design for all devices\n- Real-time updates and notifications\n- Secure and private group spaces\n- Intuitive mood tracking and visualization\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Node.js (v16 or higher)\n- npm or yarn\n- Firebase account\n- Git\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/yourusername/howufeel.git\n   cd howufeel\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n3. Set up environment variables:\n\n   - Copy `.env.example` to `.env`\n   - Update the values with your Firebase project credentials\n   - For local development, copy `.env.example` to `.env.development`\n\n4. Start the development server:\n   ```bash\n   npm run dev\n   ```\n\n### Environment Configuration\n\nThe application requires several environment variables to be set. See `.env.example` for the required variables:\n\n- **Firebase Configuration**: Required for authentication and database access\n- **Emulator Configuration**: Optional, for local development with Firebase emulators\n\n### Development Workflow\n\n1. **Local Development**\n\n   ```bash\n   # Start development server\n   npm run dev\n\n   # Start with Firebase emulators\n   npm run dev:full\n   ```\n\n2. **Testing**\n\n   ```bash\n   # Run all tests\n   npm test\n\n   # Run security rules tests\n   npm run test:rules\n   ```\n\n3. **Building for Production**\n   ```bash\n   npm run build\n   ```\n\n### Firebase Setup\n\n1. Create a new Firebase project\n2. Enable Authentication with Google sign-in\n3. Set up Firestore Database\n4. Configure Firebase Hosting\n5. Copy your Firebase configuration to your environment files\n\n## 📝 Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flarik-22%2Fhowufeelin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flarik-22%2Fhowufeelin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flarik-22%2Fhowufeelin/lists"}