{"id":16095635,"url":"https://github.com/bashbunni/habit-tracker","last_synced_at":"2025-03-17T17:31:15.707Z","repository":{"id":45565488,"uuid":"428414867","full_name":"bashbunni/habit-tracker","owner":"bashbunni","description":"See your consistency with sticking to your new habits with a heatmap!","archived":false,"fork":false,"pushed_at":"2022-01-04T04:21:50.000Z","size":11983,"stargazers_count":44,"open_issues_count":2,"forks_count":10,"subscribers_count":3,"default_branch":"dev","last_synced_at":"2025-02-28T02:23:00.474Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/bashbunni.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}},"created_at":"2021-11-15T20:39:41.000Z","updated_at":"2024-09-04T13:43:01.000Z","dependencies_parsed_at":"2022-09-22T06:01:33.330Z","dependency_job_id":null,"html_url":"https://github.com/bashbunni/habit-tracker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bashbunni%2Fhabit-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bashbunni%2Fhabit-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bashbunni%2Fhabit-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bashbunni%2Fhabit-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bashbunni","download_url":"https://codeload.github.com/bashbunni/habit-tracker/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243872429,"owners_count":20361479,"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","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-10-09T17:07:09.358Z","updated_at":"2025-03-17T17:31:15.232Z","avatar_url":"https://github.com/bashbunni.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![habit-tracker](https://user-images.githubusercontent.com/15822994/145180371-3d0fe074-ffb2-468f-a2c3-0fbdbcd75c83.png)\n\n![open issues](https://img.shields.io/github/issues/bashbunni/habit-tracker)\n![forks](https://img.shields.io/github/forks/bashbunni/habit-tracker)\n![stars](https://img.shields.io/github/stars/bashbunni/habit-tracker)\n![contributions](https://img.shields.io/badge/contributions-open-blueviolet)\n\n## About\n\nMy project is a web and desktop application that allows you to track and visualize your consistency with your habits over time with a calendar heatmap.\nThis allows you to track any habits you’d like and see how you’re progressing towards your goals.\nI hope that this tool can help those who struggle with being consistent or disciplined.\n\n![habit page](https://user-images.githubusercontent.com/15822994/145179044-4c153162-075f-4842-9068-691660c6c2bd.png)\n![log activity menu](https://user-images.githubusercontent.com/15822994/145179136-37aca325-ca19-42e0-83d9-2ea3e4498729.png)\n\n## How to Run\n\n### Dependencies\n\n#### Frontend\n\n- all frontend dependencies are included in the `package.json` file\n- you can install these dependencies by navigating to the `frontend` folder then running `npm i`\n\n#### Backend\n\n- [Wails](https://wails.app/gettingstarted/) and its dependencies\n  - Please follow their 'Getting Started' guide to install all project dependencies\n- Dependencies listed in `go.mod`\n  - install these dependencies by running `go get` in the backend/root directory (same level as main.go)\n- Since auth isn't set up yet, you will need a `.env` file with the following values:\n\n```\nDB_USERNAME=insertusername\nDB_PASSWORD=insertpassword\nHOST=inserthost\nPORT=insertport\nDATABASE=insertdatabase\n```\n\n**_note_: You must use a MySQL db for this project**\\\nFor example, if you're running a local MySQL database your .env file might look something like this:\n\n```\nDB_USERNAME=root\nDB_PASSWORD=root\nHOST=localhost\nPORT=3306\nDATABASE=HABIT_TRACKER\n```\n\n### Running the App\n\n- In a terminal window, in the root folder (same folder as `main.go`) run `wails serve` to start the backend.\n- In a new terminal window, navigate to the frontend folder, then run `npm run serve` to start the frontend.\n  This runs the development server for the desktop application on `http://localhost:3000`\n\n## How to Contribute\n\n1. Create an issue\\*\n2. Fork the repository\n3. Create a solution that solves _exactly_ the features that are mentioned in the issue\n4. Create a pull request with a link to the issue following the format:\n\n```\n## Completed\n- [x] add timer functionality\n- [x] create timer component\n- [x] integrate timer React component with timer functionality\n\n## Goal\nBuild out the pomodoro timer as outlined in feature request issue #10\n```\n\n- the list of tasks completed will likely match your commit messages if you're writing meaningful commit messages, if not, it will add clarity to the pull request.\n\n\\*issues should include a clear description. For bugs this means including screenshots of related error messages and code snippets that you suspect are involved along with your OS, Go, Wails, Node versions.\nFor feature requests, please include a description of the feature, with a user story outlining the problem-space it aims to solve.\n\n### Additional Information\nHere's an overview of the project structure:\n\u003cimg width=\"1168\" alt=\"habit-tracker (2)\" src=\"https://user-images.githubusercontent.com/15822994/145290719-315ed951-8e6f-489d-ba60-b7a790e13fd1.png\"\u003e\n\n\n## Next Steps\n\n### Add Pomodoro functionality\n\nThis includes\n\n- a functional timer component\n- incrementing the count for a habit that has pomodoro enabled\n\n![pomodoro page](https://user-images.githubusercontent.com/15822994/145179376-d87d1354-7497-4cef-90d0-ac7690438457.png)\n\n### Add Authentication\n\nI would like for users to be able to keep track of their own habits and separate data by user for production.\n\n### Release Production Build\n\nHabit Tracker is currently in release for development only, meaning that a stable production release still needs to be developed.\nI'm planning on migrating the project to Wails v2 which has a lot of bug fixes available.\nOnce I've finished the migration I'll be working on building the executable desktop programs for Mac, Linux, and Windows.\nThat will be the first major release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbashbunni%2Fhabit-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbashbunni%2Fhabit-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbashbunni%2Fhabit-tracker/lists"}