{"id":22199128,"url":"https://github.com/sarwirr/react-django-extension","last_synced_at":"2026-04-06T21:33:38.056Z","repository":{"id":264831778,"uuid":"882857517","full_name":"sarwirr/react-django-extension","owner":"sarwirr","description":"Developed a Chrome extension called \"TaskMaster\" that helps users manage their tasks and time in a fun way, inspired by role-playing game (RPG) mechanics.","archived":false,"fork":false,"pushed_at":"2024-12-10T12:58:36.000Z","size":18504,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T23:39:29.871Z","etag":null,"topics":["api","django","django-rest-framework","dockerfile","extension-chrome","react","vite"],"latest_commit_sha":null,"homepage":"","language":"Python","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/sarwirr.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}},"created_at":"2024-11-03T23:28:25.000Z","updated_at":"2024-12-10T12:58:39.000Z","dependencies_parsed_at":"2024-11-26T11:31:15.072Z","dependency_job_id":null,"html_url":"https://github.com/sarwirr/react-django-extension","commit_stats":null,"previous_names":["sarwirr/react-django-extension"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sarwirr/react-django-extension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarwirr%2Freact-django-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarwirr%2Freact-django-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarwirr%2Freact-django-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarwirr%2Freact-django-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sarwirr","download_url":"https://codeload.github.com/sarwirr/react-django-extension/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarwirr%2Freact-django-extension/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31491097,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T17:22:55.647Z","status":"ssl_error","status_checked_at":"2026-04-06T17:22:54.741Z","response_time":112,"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":["api","django","django-rest-framework","dockerfile","extension-chrome","react","vite"],"created_at":"2024-12-02T15:13:25.003Z","updated_at":"2026-04-06T21:33:38.040Z","avatar_url":"https://github.com/sarwirr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-django-extension\n## 🎮 Description \n\n- Developed a Chrome extension called \"TaskMaster\" that helps users manage their tasks and time in a fun way, inspired by role-playing game (RPG) mechanics.\n\n##  :joystick: Stack \n- Frontend : React Vite\n- Backend  : Django \n\n## Prerequisites\n\n### :computer: Set up Virtual Environment\n\n  Using **env** (preferred)\n\n- To **create** virtual environment:\n    ```Shell\n    $ python3 -m venv env\n    ``` \n- To **activate** virtual environment (Linux/Mac OS):\n    ```Shell\n    $ source env/bin/activate\n    ``` \n\n## Setting up the Backend\n### Install dependencies\nRun the following command inside your virtual environment:\n   ``` \n- Using **env**:\n    ```Shell\n    $ pip install -r requirements.txt # (Python 2)\n    $ pip3 install -r requirements.txt # (Python 3)\n   ```\n\n### :atom_symbol: Test the Web Application\nYou can check whether everything is working by **running both React and Django concurrently** at your local development server:\n\n```Shell\n$ npm start\n$ python manage.py runserver\n```\n\n## Applying tests \n- Below is a separate preview for testing:\n\n\u003cp align=\"center\"\u003e \u003cimg src=\"images/test.png\" width=\"600\" alt=\"Test Image\"\u003e \u003c/p\u003e\n\n\n\n## :computer: Setting up Frontend part\n\n- Install dependencies\n\n```\npnpm install\n```\n\n- Start Development Server\n\n```\npnpm dev\n```\n\n- Building the chrome extension for production\n\n```\npnpm build\n```\n\n## :rocket: Usage\n\n- You can find the chrome extension contents in the `dist` folder\n- Open `chrome://extension` and turn on Developer Mode.\n- Click the `Load unpacked extension` button.\n- Now, select the `dist` folder.\n- Your extension is ready to use.\n\n## :atom_symbol: Preview of the app\n- Here's a preview of different parts of the application:\n\n\u003cp align=\"center\"\u003e \u003cimg src=\"images/login.png\" width=\"300\" alt=\"Login Page\"\u003e \u003cimg src=\"images/register.png\" width=\"300\" alt=\"Register Page\"\u003e \u003cimg src=\"images/dashboard.png\" width=\"300\" alt=\"Dashboard View\"\u003e \u003cimg src=\"images/help.png\" width=\"300\" alt=\"Help Modal\"\u003e  \u003cimg src=\"images/admin.png\" width=\"300\" alt=\"Admin View\"\u003e  \u003cimg src=\"images/deleteModal.png\" width=\"300\" alt=\"Delete Modal\"\u003e  \u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarwirr%2Freact-django-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsarwirr%2Freact-django-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarwirr%2Freact-django-extension/lists"}