{"id":22923161,"url":"https://github.com/khriztianmoreno/matter-supply-code-challenge","last_synced_at":"2026-04-17T15:32:16.093Z","repository":{"id":42360414,"uuid":"143569184","full_name":"khriztianmoreno/matter-supply-code-challenge","owner":"khriztianmoreno","description":":computer: Code Challenge - FronEnd / JS TECHNOLOGIST","archived":false,"fork":false,"pushed_at":"2023-01-04T09:22:15.000Z","size":1723,"stargazers_count":3,"open_issues_count":9,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T14:47:51.696Z","etag":null,"topics":["code-challenge","gists","react-redux","react-router","reactjs","redux","redux-thunk"],"latest_commit_sha":null,"homepage":"https://code-challenge-ms-fblfsfuffe.now.sh/","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/khriztianmoreno.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}},"created_at":"2018-08-04T23:16:00.000Z","updated_at":"2021-01-06T16:15:37.000Z","dependencies_parsed_at":"2023-02-02T06:45:47.096Z","dependency_job_id":null,"html_url":"https://github.com/khriztianmoreno/matter-supply-code-challenge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/khriztianmoreno/matter-supply-code-challenge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khriztianmoreno%2Fmatter-supply-code-challenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khriztianmoreno%2Fmatter-supply-code-challenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khriztianmoreno%2Fmatter-supply-code-challenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khriztianmoreno%2Fmatter-supply-code-challenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/khriztianmoreno","download_url":"https://codeload.github.com/khriztianmoreno/matter-supply-code-challenge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khriztianmoreno%2Fmatter-supply-code-challenge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31934333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T12:37:54.787Z","status":"ssl_error","status_checked_at":"2026-04-17T12:37:25.095Z","response_time":62,"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":["code-challenge","gists","react-redux","react-router","reactjs","redux","redux-thunk"],"created_at":"2024-12-14T08:14:32.668Z","updated_at":"2026-04-17T15:32:16.077Z","avatar_url":"https://github.com/khriztianmoreno.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Challenge Matter Supply\n\n\u003e Technical challenge for [mattersupply](http://mattersupply.co/)\n\nThis project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).\n\n## Challenge\n\nWe're transporting you back to the early 2000's – we're building a quick blog. We're asking you to build an application with two pages, one to list blog posts and a short excerpt, one to display a full blog post. The backend for this blog are Github Gists. The idea is that you can configure a username to look up on Github and the index page will display excerpts of the Gists. The post detail page will then display the full content of the gist. Possible enhancements are a searchable list of posts, only show certain Gists as blog posts, formatted Markdown as HTML etc.\n\n## Requirements\n\n- As a reader, I want to be able to see a list of blog posts that a writer has posted on Github in the form of Gists, so that I can make a decision on which post to read.\n- As a reader, I want to be able to select a post on the index page and see the post details, so that I can read the post. \n- As a reader, I want to be able to navigate from a post to the next post so that I can read the next post.\n- As a reader, I want to be able to navigate to the index page from a post so that I can select a different post to read.\n- As a writer, I want to be able to post a Gist to Github and have that post show up on my blog so that a reader can read the new post.\n- As a writer, I want to able to make updates to a post by updating the Gist so that I can correct typos and make content updates.\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.\n\n### Prerequisites\n\nWhat things you need to install the software and how to install them\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the development mode.\u003cbr\u003e\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\u003cbr\u003e\nYou will also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\u003cbr\u003e\nSee the section about [running tests](#running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\u003cbr\u003e\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\u003cbr\u003e\nYour app is ready to be deployed!\n\nSee the section about [deployment](#deployment) for more information.\n\n### `npm run eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can’t go back!**\n\nIf you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.\n\nYou don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.\n\n\n## Author\n\n* **Cristian Moreno** - *FullStack JavaScript Developer* - [Github](https://github.com/khriztianmoreno)\n\nSee also the list of [contributors](https://github.com/khriztianmoreno/pxnw-challenge/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhriztianmoreno%2Fmatter-supply-code-challenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhriztianmoreno%2Fmatter-supply-code-challenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhriztianmoreno%2Fmatter-supply-code-challenge/lists"}