{"id":24189956,"url":"https://github.com/iamsjunaid/tasks","last_synced_at":"2025-09-21T14:31:13.204Z","repository":{"id":248663977,"uuid":"828908659","full_name":"iamsjunaid/tasks","owner":"iamsjunaid","description":"A simple task management application built with FastAPI for the backend and React for the frontend. The backend uses Firebase Realtime Database for data storage and management.","archived":false,"fork":false,"pushed_at":"2024-07-18T02:32:42.000Z","size":406,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T14:53:28.717Z","etag":null,"topics":["fastapi","fastapi-sqlalchemy","firebase","javascript","python","reactjs","render","tailwindcss","vercel-deployment"],"latest_commit_sha":null,"homepage":"https://tasks-vert.vercel.app/","language":"JavaScript","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/iamsjunaid.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":"2024-07-15T11:20:23.000Z","updated_at":"2024-07-18T02:35:19.000Z","dependencies_parsed_at":"2025-01-13T14:48:11.467Z","dependency_job_id":null,"html_url":"https://github.com/iamsjunaid/tasks","commit_stats":null,"previous_names":["iamsjunaid/tasks"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iamsjunaid/tasks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamsjunaid%2Ftasks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamsjunaid%2Ftasks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamsjunaid%2Ftasks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamsjunaid%2Ftasks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamsjunaid","download_url":"https://codeload.github.com/iamsjunaid/tasks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamsjunaid%2Ftasks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276252991,"owners_count":25610791,"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","status":"online","status_checked_at":"2025-09-21T02:00:07.055Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["fastapi","fastapi-sqlalchemy","firebase","javascript","python","reactjs","render","tailwindcss","vercel-deployment"],"created_at":"2025-01-13T14:46:43.590Z","updated_at":"2025-09-21T14:31:13.177Z","avatar_url":"https://github.com/iamsjunaid.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Task Management App\n\nA simple task management application built with FastAPI for the backend and React for the frontend. The backend uses Firebase Realtime Database for data storage and management.\n\n## Features\n\n- Create, update, and delete tasks.\n- View all tasks in a tabular format.\n- Update task status with a modal form.\n- Responsive design with Tailwind CSS.\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js and npm installed on your machine.\n- Python and pip installed on your machine.\n- Firebase account with a Realtime Database set up.\n\n### Installation\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/iamsjunaid/tasks.git\n    cd tasks\n    ```\n\n2. Set up the backend:\n\n    a. Navigate to the backend directory:\n        ```bash\n        cd backend\n        ```\n\n    b. Create a virtual environment and activate it:\n        ```bash\n        python -m venv venv\n        source venv/bin/activate  # On Windows, use `venv\\Scripts\\activate`\n        ```\n\n    c. Install the required dependencies:\n        ```bash\n        pip install -r requirements.txt\n        ```\n\n    d. Create a `.env` file in the backend directory with your Firebase credentials:\n        ```plaintext\n        SERVICE_ACCOUNT_KEY='{\n          \"type\": \"service_account\",\n          ...\n        }'\n        ```\n\n    e. Run the FastAPI backend:\n        ```bash\n        uvicorn main:app --reload\n        ```\n\n3. Set up the frontend:\n\n    a. Navigate to the frontend directory:\n        ```bash\n        cd frontend\n        ```\n\n    b. Install the required dependencies:\n        ```bash\n        npm install\n        ```\n\n    c. Run the React frontend:\n        ```bash\n        npm start\n        ```\n\n## Deployment\n\n### Firebase\n\n1. Create a Firebase project and set up a Realtime Database.\n2. Download the service account key JSON file from the Firebase project settings.\n3. Add the service account key JSON to the backend `.env` file as the `SERVICE_ACCOUNT_KEY` environment variable.\n\n### Vercel\n\n1. Create a new project on Vercel and link it to your GitHub repository.\n2. Add the `SERVICE_ACCOUNT_KEY` environment variable in the Vercel project settings.\n3. Deploy the project.\n\n## Usage\n\n- Open the [live link](https://tasks-vert.vercel.app/) to access the application.\n- Add, update, and delete tasks as needed.\n\n## Links\n\n- Live Link: [https://tasks-vert.vercel.app/](https://tasks-vert.vercel.app/)\n- Source Code: [https://github.com/iamsjunaid/tasks](https://github.com/iamsjunaid/tasks)\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](https://github.com/iamsjunaid/tasks/blob/main/LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamsjunaid%2Ftasks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamsjunaid%2Ftasks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamsjunaid%2Ftasks/lists"}