{"id":22064824,"url":"https://github.com/nazmul-nhb/fullstack-assignment-future-skills","last_synced_at":"2026-04-07T20:33:35.735Z","repository":{"id":253665252,"uuid":"844007934","full_name":"nazmul-nhb/fullstack-assignment-future-skills","owner":"nazmul-nhb","description":"Help Center API Assignment for Future Skills","archived":false,"fork":false,"pushed_at":"2024-08-19T08:10:42.000Z","size":1052,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T18:14:20.363Z","etag":null,"topics":["api","expressjs","fullstack","future-skills","help-center","javascript","mern-project","mern-stack","nodejs","reactjs","rest","restful-api","server"],"latest_commit_sha":null,"homepage":"https://future-skills-help-center.vercel.app","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/nazmul-nhb.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-08-18T05:06:14.000Z","updated_at":"2024-08-19T08:10:44.000Z","dependencies_parsed_at":"2024-08-18T17:14:05.161Z","dependency_job_id":null,"html_url":"https://github.com/nazmul-nhb/fullstack-assignment-future-skills","commit_stats":null,"previous_names":["nazmul-nhb/fullstack-assignment-future-skills"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nazmul-nhb/fullstack-assignment-future-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nazmul-nhb%2Ffullstack-assignment-future-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nazmul-nhb%2Ffullstack-assignment-future-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nazmul-nhb%2Ffullstack-assignment-future-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nazmul-nhb%2Ffullstack-assignment-future-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nazmul-nhb","download_url":"https://codeload.github.com/nazmul-nhb/fullstack-assignment-future-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nazmul-nhb%2Ffullstack-assignment-future-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31528603,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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","expressjs","fullstack","future-skills","help-center","javascript","mern-project","mern-stack","nodejs","reactjs","rest","restful-api","server"],"created_at":"2024-11-30T19:13:37.327Z","updated_at":"2026-04-07T20:33:35.701Z","avatar_url":"https://github.com/nazmul-nhb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Help Center API Assignment for Future Skills\n\n- [Backend Details](https://github.com/nazmul-nhb/fullstack-assignment-future-skills/tree/main/backend)\n- [Frontend Details](https://github.com/nazmul-nhb/fullstack-assignment-future-skills/tree/main/frontend)\n\n- [Backend API Live Link](https://future-skills-help-center-api.vercel.app)\n- [Frontend Live Link](https://future-skills-help-center.vercel.app)\n\n## React Assignment : Answers to the Questions\n\n1; How can you implement shared functionality across a component tree?\n\nShared functionality across a component tree in React can be implemented using the following approaches:\n\n- **Context API**: Provides a way to share data (like themes or authenticated user details) across components without prop drilling.\n- **Higher-Order Components (HOCs)**: Wrapping components to inject shared logic.\n- **Render Props**: Passing functions as props to share functionality across components. (Used in this Assignment)\n- **Custom Hooks**: Encapsulating shared logic that can be reused across multiple components.\n\n2; Why is the useState hook appropriate for handling state in a complex component?\n\nThe `useState` hook is appropriate because:\n\n- It provides a simple and intuitive way to manage state within functional components.\n- It supports complex state management by allowing you to store objects, arrays, or primitive values.\n- It enables easy updates and re-renders based on state changes, ensuring UI consistency.\n- You can manage multiple pieces of state separately, avoiding complex state structures.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnazmul-nhb%2Ffullstack-assignment-future-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnazmul-nhb%2Ffullstack-assignment-future-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnazmul-nhb%2Ffullstack-assignment-future-skills/lists"}