{"id":25387340,"url":"https://github.com/mohammed-taysser/scandiweb-react-task","last_synced_at":"2026-04-13T14:33:11.509Z","repository":{"id":56758869,"uuid":"524152851","full_name":"Mohammed-Taysser/scandiweb-react-task","owner":"Mohammed-Taysser","description":"This task will put you face-to-face to some common tasks in the world of React development and possibly will get you acknowledged with a bit of new technologies.","archived":false,"fork":false,"pushed_at":"2022-10-25T11:44:25.000Z","size":523,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T19:46:54.551Z","etag":null,"topics":["apollo-client","create-react-app","graphql","html-react-parser","react","react-redux","react-router-dom","react-router-dom-v6","reactjs","redux","redux-toolkit","sass"],"latest_commit_sha":null,"homepage":"https://scandiweb-task-react.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/Mohammed-Taysser.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-12T16:19:39.000Z","updated_at":"2022-08-14T17:53:15.000Z","dependencies_parsed_at":"2023-01-20T12:05:27.733Z","dependency_job_id":null,"html_url":"https://github.com/Mohammed-Taysser/scandiweb-react-task","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mohammed-Taysser/scandiweb-react-task","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohammed-Taysser%2Fscandiweb-react-task","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohammed-Taysser%2Fscandiweb-react-task/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohammed-Taysser%2Fscandiweb-react-task/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohammed-Taysser%2Fscandiweb-react-task/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mohammed-Taysser","download_url":"https://codeload.github.com/Mohammed-Taysser/scandiweb-react-task/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohammed-Taysser%2Fscandiweb-react-task/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31757477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T13:27:56.013Z","status":"ssl_error","status_checked_at":"2026-04-13T13:21:23.512Z","response_time":93,"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":["apollo-client","create-react-app","graphql","html-react-parser","react","react-redux","react-router-dom","react-router-dom-v6","reactjs","redux","redux-toolkit","sass"],"created_at":"2025-02-15T11:38:42.330Z","updated_at":"2026-04-13T14:33:11.472Z","avatar_url":"https://github.com/Mohammed-Taysser.png","language":"JavaScript","readme":"# [Getting Started Scandiweb Task][live-demo] 🌠\n\n## Overview 👀\n\nThis task will put you face-to-face to some common tasks in the world of React development and possibly will get you acknowledged with a bit of new technologies.\n\nYou Are Expected To Fetch Data From The Graphql Endpoint And To Provide An Interface To View And Interact With This Data. You Can Find The Endpoint [here](https://github.com/scandiweb/junior-react-endpoint), Along With Instructions On How To Launch It.\n\nThe Solution Should Be Implemented As Per Design, Which Is Available At This [link](https://www.figma.com/file/MSyCAqVy1UgNap0pvqH6H3/Junior-Frontend-Test-Designs-(Public)?node-id=150%3A1168).\n\nFor Live Demo: [![vercel](https://img.shields.io/badge/-vercel-05122A?style=plastic\u0026logo=vercel)][live-demo]\n\n## Quick Start 🚀\n\n### Download The Files Or Clone It With Git Version Control\n\n```shell\ngit clone https://github.com/Mohammed-Taysser/scandiweb-react-task.git\n```\n\n### Inside Project Directory Install Dependencies By\n\n```shell\nnpm install\n# OR\nyarn\n```\n\n### Runs The App In The Development Mode\n\nOpen [`http://localhost:3000`](http://localhost:3000) to view it in your browser.\n\n```shell\nnpm start\n# OR\nyarn start\n```\n\n## Pages 📃\n\n- 404 - page not found\n- PLP - product listing page, a.k.a. category page\n- PDP - product description page, a.k.a. product page\n- Cart \u0026 Cart overlay (Mini Cart)\n\n## Features 💬\n\n- No UI libraries (e.g. Tailwind, Material UI, Ant Design).\n- Build Using Class Base Component.\n- Create-react-app To Scaffold The Application.\n- Using localStorage To Save Data.\n- Use Redux Store.\n- JavaScript code linting is done using `ESLint` \u0026 `JSconfig`.\n- Has `.editorconfig` which helps developers define and maintain consistent coding styles between different editors and IDEs.\n- Use `.Env` To Store Fixed Variable Like Graphql Endpoint.\n- Empower With Sass Preprocessor.\n- Use Graphql As Api End Point.\n\n## Used Tools 🧰\n\n- [`Create React App`](https://github.com/facebook/create-react-app)\n- [`React.js`](https://reactjs.org/)\n- [`React-Router-Dom`](https://reactrouter.com/docs/en/v6/getting-started/tutorial)\n- [`React-Redux`](https://react-redux.js.org/)\n- [`Redux-Toolkit`](https://redux-toolkit.js.org/)\n- [`Sass`](https://sass-lang.com/)\n- [`Apollo Graphql`](https://www.apollographql.com/docs/)\n- [`Graphql`](https://graphql.org/)\n- [`Html-React-Parser`](https://www.npmjs.com/package/html-react-parser)\n\n## Resources 📚\n\n- [`React Developer test - FAQ/frequently asked questions`](https://www.notion.so/00e72f0844a344dda28e19855d2fc34a?v=6f8d862cadc142cd9cb459fe721699ba)\n- [`Entry React developer TEST`](https://www.notion.so/Entry-React-developer-TEST-39f601f8aa3f48ac88c4a8fefda304c1)\n- [`Junior-Frontend-Test-Designs`](https://www.figma.com/file/MSyCAqVy1UgNap0pvqH6H3/Junior-Frontend-Test-Designs-(Public)?node-id=150%3A1168)\n\n[live-demo]: https://scandiweb-task-react.vercel.app/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohammed-taysser%2Fscandiweb-react-task","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohammed-taysser%2Fscandiweb-react-task","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohammed-taysser%2Fscandiweb-react-task/lists"}