{"id":27874038,"url":"https://github.com/maxmonis/maxwellness","last_synced_at":"2026-04-19T19:32:30.916Z","repository":{"id":191024024,"uuid":"615585080","full_name":"maxmonis/maxWellness","owner":"maxmonis","description":"Workout tracking app (Next/Firebase)","archived":false,"fork":false,"pushed_at":"2025-04-08T16:38:08.000Z","size":9253,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-05T01:18:45.270Z","etag":null,"topics":["firebase","nextjs","tailwindcss"],"latest_commit_sha":null,"homepage":"https://app.maxmonis.com","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/maxmonis.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}},"created_at":"2023-03-18T04:15:19.000Z","updated_at":"2025-04-08T16:38:12.000Z","dependencies_parsed_at":"2023-11-12T01:24:38.921Z","dependency_job_id":"c3267131-5c40-45a4-b5b6-19f8d5a41bc4","html_url":"https://github.com/maxmonis/maxWellness","commit_stats":null,"previous_names":["maxmonis/max-wellness.ca","maxmonis/maxwellness"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxmonis/maxWellness","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxmonis%2FmaxWellness","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxmonis%2FmaxWellness/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxmonis%2FmaxWellness/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxmonis%2FmaxWellness/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxmonis","download_url":"https://codeload.github.com/maxmonis/maxWellness/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxmonis%2FmaxWellness/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32020530,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["firebase","nextjs","tailwindcss"],"created_at":"2025-05-05T01:18:43.441Z","updated_at":"2026-04-19T19:32:30.897Z","avatar_url":"https://github.com/maxmonis.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# maxWellness\n\nThis PWA allows users to track their workouts. It uses Firebase for both\nauthentication and data management.\n\nThis is the most recent edition of the first app I ever attempted to build, and\nseveral previous versions are also public repos.\n\n## Requirements\n\nYou'll need `Node.js`, `Yarn`, and `NVM (Node Version Manager)` installed on\nyour machine to run this app locally.\n\nNode can be installed by following the instructions at\n[nodejs.org](https://nodejs.org/).\n\nYarn can then be added:\n\n```\nnpm install --global yarn\n```\n\nYou can add NVM by following the instructions at\n[@nvm-sh/nvm](https://github.com/nvm-sh/nvm).\n\n---\n\n## Installation\n\nClone the repo onto your machine and cd into it:\n\n```\ngit clone https://github.com/maxmonis/maxWellness.git\ncd maxWellness\n```\n\nDownload all dependencies:\n\n```\nyarn\n```\n\n---\n\n## Configuration\n\nYou'll need Firebase credentials for authentication and to connect to a\nFirestore database, so create a gitignored env file:\n\n```\ntouch .env.local\n```\n\nNow add your credentials to that file, these are the required keys:\n\n```\nNEXT_PUBLIC_API_KEY=\nNEXT_PUBLIC_APP_ID=\nNEXT_PUBLIC_AUTH_DOMAIN=\nNEXT_PUBLIC_MEASUREMENT_ID=\nNEXT_PUBLIC_MESSAGING_SENDER_ID=\nNEXT_PUBLIC_PROJECT_ID=\nNEXT_PUBLIC_STORAGE_BUCKET=\n```\n\nFollow the instructions on [firebase.google.com](https://firebase.google.com/)\nif you need to create a new project.\n\n---\n\n## Development\n\nEnsure you're using the correct Node version from the `.nvmrc` file (you should\nonly need to do this once per session):\n\n```\nnvm use\n```\n\nStart the app in development mode:\n\n```\nyarn dev\n```\n\n---\n\n## Production\n\nCreate a production build of the app:\n\n```\nyarn build\n```\n\n---\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](/LICENSE)\nfile for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxmonis%2Fmaxwellness","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxmonis%2Fmaxwellness","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxmonis%2Fmaxwellness/lists"}