{"id":24580513,"url":"https://github.com/kevinjanbarluado/taskmanager-react-firestore","last_synced_at":"2026-04-12T17:08:10.401Z","repository":{"id":239800232,"uuid":"800592906","full_name":"kevinjanbarluado/taskmanager-react-firestore","owner":"kevinjanbarluado","description":"Task Manager: ReactJS frontend, Fastify backend, and Firebase Firestore database. Simplify task management with CRUD operations. Clean UI and optimized performance","archived":false,"fork":false,"pushed_at":"2024-05-14T17:34:45.000Z","size":202,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T01:54:27.080Z","etag":null,"topics":["firebase","firestore","nodejs","react"],"latest_commit_sha":null,"homepage":"","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/kevinjanbarluado.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-05-14T16:17:29.000Z","updated_at":"2024-05-14T17:34:49.000Z","dependencies_parsed_at":"2024-05-15T13:13:31.888Z","dependency_job_id":"923f65e7-4239-455d-ae30-70829d4f2954","html_url":"https://github.com/kevinjanbarluado/taskmanager-react-firestore","commit_stats":null,"previous_names":["kevinjanbarluado2/taskmanager-react-firestore","kevinjanbarluado/taskmanager-react-firestore"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinjanbarluado%2Ftaskmanager-react-firestore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinjanbarluado%2Ftaskmanager-react-firestore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinjanbarluado%2Ftaskmanager-react-firestore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinjanbarluado%2Ftaskmanager-react-firestore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevinjanbarluado","download_url":"https://codeload.github.com/kevinjanbarluado/taskmanager-react-firestore/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244059950,"owners_count":20391438,"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":["firebase","firestore","nodejs","react"],"created_at":"2025-01-24T01:54:35.937Z","updated_at":"2026-04-12T17:08:10.356Z","avatar_url":"https://github.com/kevinjanbarluado.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Task Manager using React and Firestore Firebase\n\nTask management application using ReactJS,\nFastify (for the backend), and Firebase Firestore. The application should allow users to\nadd, delete, and update tasks.\n\n## Frontend Development Requirement:\n- Set up a React application with at least three components: TaskList, TaskForm,\nand Task.\n- Implement routing with React Router.\n- Use Axios or Fetch API to connect to the backend APIs.\n\n## Backend Development Requirement:\n- Initialize a Fastify project\n- Set up middleware for parsing JSON and handling CORS.\n- Create endpoints for managing tasks (GET, POST, PUT, DELETE).\n- Integrate with Firestore to perform CRUD operations on tasks.\n\n## Database Integration:\n- Design and set up a Firestore database schema suitable for task management.\n- Implement security rules in Firestore to protect the data.\n\n## Getting Started\n\nInstructions for setting up your project locally.\n\n### Prerequisites\n\nList any software or libraries that need to be installed before your project can be set up.\n\n- [Node.js](https://nodejs.org/) version 14.x or above\n- [npm](https://www.npmjs.com/) version 6.x or above\n\n# Installation\n```sh\ngit clone https://github.com/kevinjanbarluado2/taskmanager-react-firestore\n\n# Navigate to the project directory\ncd taskmanager-react-firestore/\n\n# Install dependencies\nnpm install\n\n# Install dependencies in both server and client directories (see package.json to see scripts)\nnpm run install\n\n# Once done, duplicate service-account-key.json.example to service-account-key.json\ncp server/config/service-account-key.json.example server/config/service-account-key.json\n\n# Follow the instruction below how to get the service account key, and overwrite 'server/config/service-account-key.json' file\n\n# Finally, start both React and Node.js concurrently. (see package.json to see scripts)\nnpm start\n\n# (Optional) You can modify the API port by changing the .env files in both the server and client directories. The default port is 3001.\n```\n\n# Get service-account-key.json\nHere’s a step-by-step guide to set up Firestore in Native mode and integrate it with your Fastify project\n\n1. Create a Google Cloud Project:\n- Go to the Google Cloud Console.\n- Click on the project drop-down menu at the top of the page and select \"New Project\".\n- Enter a project name and click \"Create\".\n\n2. Enable Firestore:\n- Navigate to the Firestore section in the Google Cloud Console.\n- Select your project from the project drop-down menu.\n- Click \"Create Database\".\n- Choose \"Start in Native mode\" and select a location that is geographically close to your users for lower latency.\n- Click \"Next\" and follow the prompts to complete the setup.\n\n3. Create a Service Account and Download Credentials:\n- Go to the Service Accounts page in the Google Cloud Console.\n- Click \"Create Service Account\".\n- Enter a name for the service account and an optional description, then click \"Create\".\n- Grant the \"Cloud Datastore User\" role to the service account and click \"Continue\".\n- Click \"Done\" to finish creating the service account.\n- Find the service account you just created, click on it, then go to the \"Keys\" tab.\n- Click \"Add Key\" \u003e \"Create new key\" and select \"JSON\". A JSON file will be downloaded to your computer.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinjanbarluado%2Ftaskmanager-react-firestore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevinjanbarluado%2Ftaskmanager-react-firestore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinjanbarluado%2Ftaskmanager-react-firestore/lists"}