{"id":21623617,"url":"https://github.com/genebit/plantasker","last_synced_at":"2026-04-11T10:35:22.851Z","repository":{"id":217109899,"uuid":"740370218","full_name":"genebit/plantasker","owner":"genebit","description":"A gamified simple todo application that plant trees.🌱 Built using React and Firebase.","archived":false,"fork":false,"pushed_at":"2024-01-20T06:52:48.000Z","size":2330,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-03T16:31:37.890Z","etag":null,"topics":["firebase","react","shadcn-ui","vite"],"latest_commit_sha":null,"homepage":"https://planttasker.web.app/","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/genebit.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":"2024-01-08T07:57:39.000Z","updated_at":"2024-02-04T06:31:03.000Z","dependencies_parsed_at":"2024-01-18T16:34:54.569Z","dependency_job_id":null,"html_url":"https://github.com/genebit/plantasker","commit_stats":null,"previous_names":["genebit/plantasker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/genebit/plantasker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genebit%2Fplantasker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genebit%2Fplantasker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genebit%2Fplantasker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genebit%2Fplantasker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/genebit","download_url":"https://codeload.github.com/genebit/plantasker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genebit%2Fplantasker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31677819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"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":["firebase","react","shadcn-ui","vite"],"created_at":"2024-11-25T00:13:31.823Z","updated_at":"2026-04-11T10:35:22.830Z","avatar_url":"https://github.com/genebit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n![Planttasker Logo](/public/favicon/apple-icon-72x72.png \"Logo\")\n\n## Plantasker: Growing Trees with Tasks\n\n[View Live Demo](https://planttasker.web.app) • [Report a Bug](https://github.com/genebit/plantasker/issues)\n\n\u003c/div\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eTable of Contents\u003c/b\u003e\u003c/summary\u003e\n\n1. [About the Project](/README.md)\n\n   - [Built With](/README.md#technology-stack)\n   - [Resources Used](/README.md#resources-used)\n\n2. [Getting Started](/README.md#getting-started-📌)\n\n   - [Prerequisites](/README.md#prerequisites)\n   - [Installation](/README.md#installation)\n\n3. [License](/README.md#license-✍)\n\u003c/details\u003e\n\n#### **About**\n\nThis repository is simple todo (learning React) application that utilizes the browser's local storage.\n\n#### **Technology Stack**\n\n![React](https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB)\n![React Router](https://img.shields.io/badge/React_Router-CA4245?style=for-the-badge\u0026logo=react-router\u0026logoColor=white)\n![TailwindCSS](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white)\n![Firebase](https://img.shields.io/badge/Firebase-039BE5?style=for-the-badge\u0026logo=Firebase\u0026logoColor=white)\n![Typscript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge\u0026logo=typescript\u0026logoColor=white)\n![Nodejs](https://img.shields.io/badge/Node.js-43853D?style=for-the-badge\u0026logo=node.js\u0026logoColor=white)\n\n#### **Resources Used**\n\n[![Skills](https://skillicons.dev/icons?i=git,github,figma,vite,firebase,vscode)](https://skillicons.dev)\n\n## **Getting Started** 📌\n\n#### Prerequisites\n\nBefore running the application, make sure to install the following:\n\n1. NodeJS (NPM).\n\n   Download through their official [docs](https://nodejs.org/en/download).\n\n   ```bash\n   npm install npm@latest -g\n   ```\n\n#### Installation\n\n1. Clone this repository\n\n   ```bash\n   git clone https://github.com/genebit/plantasker.git\n   ```\n\n   Upon cloning, bavigate to the repo.\n\n2. Install NPM packages\n\n   ```bash\n   npm install\n   ```\n\n   That's it! You can now start by running the application.\n\n3. Start the application\n   ```bash\n   npm run dev\n   ```\n\n### Firebase Deployment\n\n1. Initialize Firebase config. Answer the prompt and redirect it from `public` to `dist`. Because dist is the output build file for vite\n    ```bash\n    firebase init\n    ```\n\n2. Build the repo.\n    ```bash\n    npm run build\n    ```\n\n3. Deploy to Firebase\n   ```bash\n   firebase deploy\n   ```\n\n## **License** ✍\n\nDistributed under the MIT License. See LICENSE.txt for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenebit%2Fplantasker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgenebit%2Fplantasker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenebit%2Fplantasker/lists"}