{"id":15482070,"url":"https://github.com/moguelor/archie-test-project","last_synced_at":"2026-05-07T11:34:39.073Z","repository":{"id":124824266,"uuid":"390139314","full_name":"moguelor/archie-test-project","owner":"moguelor","description":"Test challenge.","archived":false,"fork":false,"pushed_at":"2023-06-09T23:32:06.000Z","size":523,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T15:14:47.948Z","etag":null,"topics":["apollo","chakra-ui","nextjs","react","react-spring"],"latest_commit_sha":null,"homepage":"https://archie-test-project.vercel.app/","language":"TypeScript","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/moguelor.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":"2021-07-27T22:04:16.000Z","updated_at":"2023-06-09T23:23:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"551c4a7c-a54d-4765-a19b-569c7e30d677","html_url":"https://github.com/moguelor/archie-test-project","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/moguelor/archie-test-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moguelor%2Farchie-test-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moguelor%2Farchie-test-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moguelor%2Farchie-test-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moguelor%2Farchie-test-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moguelor","download_url":"https://codeload.github.com/moguelor/archie-test-project/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moguelor%2Farchie-test-project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32735287,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["apollo","chakra-ui","nextjs","react","react-spring"],"created_at":"2024-10-02T05:07:35.926Z","updated_at":"2026-05-07T11:34:39.054Z","avatar_url":"https://github.com/moguelor.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Challenge Project.\n\nLive -\u003e https://archie-test-project.vercel.app/\n\nChallenge project created to show the knowledge acquired as UI Developer in frontend technologies like `react.js`, `graphql`, `apollo`, `typescript`.\n\n### Started Kit\n\nThe initial structure is created by [create-next-app](https://nextjs.org/docs/getting-started), the setup for a modern web app with next.js.\n\n### Installation\n\nApplication requires [Node.js](https://nodejs.org/es/) to run.\n\nExecute the follow commands.\n\n```\ngit clone https://github.com/moguelor/archie-test-project.git\ncd archie-test-project\nyarn install\nyarn dev\n```\n\n\u003e Note | The project is running on port `3000`.\n\n### Structure Folder\n\n```\n|-- packages                   # Different entities. \n    |-- configs                # Configurations.\n        |-- apolloConfig.ts    # Apollo configuration.\n    |-- shared                 # Reusable code.\n        |-- components         # Reusable components. \n        |-- hocs               # Reusable high order functions.\n        |-- hooks              # Reusable hooks.\n        |-- querys.ts          # Graphql queries.\n        |-- types.ts           # Typescript types.\n|-- pages                   # Main code.\n    |-- _app.js             # Application component.\n    |-- index.tsx           # Application entry point.\n```\n\n### Libraries\n\nHere are the main libraries used in the project.\n\n- [react](https://es.reactjs.org/) - Modern web library to use in the UI.\n- [next + typescript](https://nextjs.org/) - The react framework for production and server side settings.\n- [chakra-ui](https://chakra-ui.com/) - Create accessible React apps with speed.\n- [apollo](https://www.apollographql.com/docs/react/) - Client for react to connect graphql.\n- [react-spring](https://react-spring.io/) - Spring-physics based animation library.\n\n#### Deploy\n\n- [vercel](https://vercel.com/) - vercel combines the best developer experience with an obsessive focus on end-user performance.\n\n### Graphql API\n\n- [SpaceX](https://api.spacex.land/graphql/)\n\n### Required features.\n\n- [x] Should a be NextJs project, using create-next-app is totally perfect\n- [x] Should use typescript\n\n## Extra points.\n\n- [x] Preferably use chakra ui for styled components.\n- [x] Add a search bar that can filter through missions and only display the ones that match the current search entry.\n- [x] Use one of the server-side functions NextJS provides to fetch data, if not explain why not.\n- [x] Use apollo graphql to establish connection to endpoint\n- [x] Make it mobile responsive.\n\n## BONUS\n\n- Added animations with the library `react-spring`.\n- Used github boards to manage the task. You can see them [HERE](https://github.com/moguelor/archie-test-project/projects/1);\n\n### [TODO]\n\n- Add unit testings with [Jest](https://jestjs.io/)\n- Generate a library component with [Storybook](https://storybook.js.org/) for reusable components.\n- Add mobile gestures with [Hammer](https://hammerjs.github.io/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoguelor%2Farchie-test-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoguelor%2Farchie-test-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoguelor%2Farchie-test-project/lists"}