{"id":17036898,"url":"https://github.com/pg07codes/fokus","last_synced_at":"2025-08-22T06:33:03.476Z","repository":{"id":39994231,"uuid":"329684469","full_name":"pg07codes/fokus","owner":"pg07codes","description":"react web app to help you become more productive :fire: and efficient with time:star2:","archived":false,"fork":false,"pushed_at":"2023-07-01T03:52:10.000Z","size":39752,"stargazers_count":159,"open_issues_count":6,"forks_count":12,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-09T16:27:40.569Z","etag":null,"topics":["productivity","react","webapp","webpack"],"latest_commit_sha":null,"homepage":"https://fokusapp.netlify.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pg07codes.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}},"created_at":"2021-01-14T17:18:21.000Z","updated_at":"2024-12-01T11:33:11.000Z","dependencies_parsed_at":"2024-11-07T13:01:35.117Z","dependency_job_id":"a1fea7e2-8e51-4c93-bdb4-e69143e04a5d","html_url":"https://github.com/pg07codes/fokus","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/pg07codes%2Ffokus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pg07codes%2Ffokus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pg07codes%2Ffokus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pg07codes%2Ffokus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pg07codes","download_url":"https://codeload.github.com/pg07codes/fokus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230568591,"owners_count":18246378,"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":["productivity","react","webapp","webpack"],"created_at":"2024-10-14T08:52:18.666Z","updated_at":"2024-12-20T10:08:45.575Z","avatar_url":"https://github.com/pg07codes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/34238240/109479789-c5fd4d00-7aa0-11eb-868b-2da35de326b8.png\" alt=\"Fokus Logo\"\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003e Fokus is a web based productivity tool. Give it a try \u003ca href=\"https://fokusapp.netlify.app\"\u003e here. \u003c/a\u003e \u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg  src=\"https://img.shields.io/badge/name-fokus-yellow\" alt=\"Game Ref\" /\u003e\n  \u003cimg  src=\"https://img.shields.io/badge/category-productivity-orange\" alt=\"Application Category\" /\u003e\n  \u003cimg  src=\"https://img.shields.io/badge/language-javascript-blue\" alt=\"Repo Main Language\" /\u003e\n  \u003cimg  src=\"https://img.shields.io/badge/bundler-webpack-blueviolet\" alt=\"Module Bundler\" /\u003e\n\u003c/p\u003e\n\n\n\u003e NOTE: the project is under development and I am making changees to the react state. As the state is being saved to localstorage, updating it might cause some changes to break for you. If you are facing any issues while loading the app, Please clear localstorage and refresh. Please raise an issue and I'll be happy to help. Thanks.\n\n## screenshots :heart:\n\n\u003cimg src=\"https://user-images.githubusercontent.com/34238240/115880633-90edf500-a468-11eb-91bd-b8a9c52a678c.png\" alt=\"Fokus App\"\u003e\n\n\u003cimg src=\"https://user-images.githubusercontent.com/34238240/130842979-4ab26abd-d952-44ce-9b02-e7ee9e6d0717.png\" alt=\"Fokus App\"\u003e\n\n\u003cimg src=\"https://user-images.githubusercontent.com/34238240/130842321-1b39a27a-93ab-4b29-8cb8-575e973c365f.png\" alt=\"Fokus App\"\u003e\n\n\u003cimg src=\"https://user-images.githubusercontent.com/34238240/131602382-a3ed445c-89cc-4aa3-8869-a03736aff6a9.png\" alt=\"Fokus App\"\u003e\n\n\u003cimg src=\"https://user-images.githubusercontent.com/34238240/131602377-c0dbf022-a81b-4cab-9bb7-4cecf281d903.png\" alt=\"Fokus App\"\u003e\n\n\n# How to setup locally and run project\n\n### 1. Clone repository\n\n```\ngit clone https://github.com/pg07codes/fokus\n```\n\n### 2. Enter into cloned repo\n\n```\ncd fokus\n```\n\n### 3. To install dependencies\n\n```\nnpm install\n```\n\n### 4. To run development server\n\n```\nyarn dev\n```\n\n### 5. To create distribution bundle\n\n```\nyarn build\n```\n\n# How to setup locally in Docker\n\n### 1. Clone repository\n\n```\ngit clone https://github.com/pg07codes/fokus\n```\n\n### 2. Enter into cloned repo\n\n```\ncd fokus\n```\n\n### 3. Build image\n\n```\ndocker build -t fokus .\n```\n\n### 4. Start container\n\n```\ndocker run -d --name fokus -p 3000:3000 fokus\n```\n\nNOTE: There is also an unofficially maintained docker image available at `registry.gitlab.com/brandonbutler/fokus-docker:latest`, see the [fokus-docker](https://gitlab.com/brandonbutler/fokus-docker) project for more information.\n\n\u003cbr\u003e\n\n# Contributing\n\nContributions in any form are encouraged and I would love to merge them back into the codebase. You can help me by:\n\n-   :star: STAR this repository :star:\n-   :bug: Raising issues or bugs\n-   :thumbsup: Helping new users with issues they may encounter \n-   :bulb: Improving documentation or raising your suggestions\n-   :arrow_heading_up: Submitting PR with bug fixes or new features\n-   :speaking_head: Spreading the word and recommending it to your friends and family\n\n_If you're into react development and interested in contributing, feel free to raise a issue or PR or hit me up on my mail._\n\n\u003cbr\u003e\n\n# License GNU GPLv3\n\nI chose this license to ensure this project stays open source and contributor enhancements are made available to the public.\n\n**GNU GPLv3**\nPermissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights.\n\nSee `license` for complete license text.\n\n\u003cbr\u003e\n\n\u003ch2 align=\"center\"\u003e\n  Open Source\n\u003c/h2\u003e\n\u003cp align=\"center\"\u003e\n  \u003csub\u003eCopyright © 2022 Pranav Gupta\u003c/sub\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003eFokus Code \u003ca href=\"https://github.com/pg07codes/fokus/blob/master/LICENSE.md\"\u003eis GNU GPLv3 licensed 💖\u003c/a\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpg07codes%2Ffokus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpg07codes%2Ffokus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpg07codes%2Ffokus/lists"}