{"id":19316882,"url":"https://github.com/pushpendra-1697/worldref","last_synced_at":"2026-04-14T14:32:41.530Z","repository":{"id":227856102,"uuid":"772558111","full_name":"Pushpendra-1697/worldref","owner":"Pushpendra-1697","description":"This React onboarding project includes pages for login, signup, home, and profile functionalities, catering to user authentication and navigation, facilitating a seamless design experience.","archived":false,"fork":false,"pushed_at":"2024-03-16T01:19:02.000Z","size":398,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T04:42:46.412Z","etag":null,"topics":["authentication","authrization","axios","cypress-testing","nevigation","react-router-dom","reactjs","redux","redux-thunk","responsive-web-design","restricted-parking-zones","routing","styled-components"],"latest_commit_sha":null,"homepage":"https://worldref-murex.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/Pushpendra-1697.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-03-15T12:36:37.000Z","updated_at":"2024-03-15T19:10:37.000Z","dependencies_parsed_at":"2024-03-15T14:03:42.934Z","dependency_job_id":"330c0fcb-fa83-488d-8c14-c858ce5a02f7","html_url":"https://github.com/Pushpendra-1697/worldref","commit_stats":null,"previous_names":["pushpendra-1697/worldref"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Pushpendra-1697/worldref","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pushpendra-1697%2Fworldref","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pushpendra-1697%2Fworldref/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pushpendra-1697%2Fworldref/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pushpendra-1697%2Fworldref/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pushpendra-1697","download_url":"https://codeload.github.com/Pushpendra-1697/worldref/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pushpendra-1697%2Fworldref/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31801349,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"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":["authentication","authrization","axios","cypress-testing","nevigation","react-router-dom","reactjs","redux","redux-thunk","responsive-web-design","restricted-parking-zones","routing","styled-components"],"created_at":"2024-11-10T01:12:58.994Z","updated_at":"2026-04-14T14:32:41.509Z","avatar_url":"https://github.com/Pushpendra-1697.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Recipe Application\n\n## Overview\n\nThis React onboarding project includes pages for login, signup, home, and profile functionalities, catering to user authentication and navigation, and facilitating a seamless design experience.\n\n## Verecel Deployed Link 🔗\n```bash\nhttps://worldref-murex.vercel.app\n```\n## JSON Mock data 🔗\n```bash\nhttps://blog-database-p9we.vercel.app/recipe\n```\n\n## Installation steps / How to run locally? ✌️\n\nClone the Repository from GitHub.\nhttps://github.com/Pushpendra-1697/worldref\n\nThen do the following steps:\n\n- On Windows\n\n```bash\n    npm install\n```\n\n```bash\n    npm run start\n```\n\n## Tech Stacks 🏠\n\nReact (JSX Syntax), Redux, HTML-CSS-JS, Authentication, Axios for handling asynchronous requests, react-router-dom for routing or Navigate from one page to another, Standard react components, and React-hooks.\n\n## Demo Login Credentials 🧪\nUse these Credentials to log in.\n\n``Email: eve.holt@reqres.in``\n\n``Password: cityslicka``\n\n## Root Directory 🏡 : /\n\n## PORT Used 🧽\n\n```bash\n    3000\n```\n\n## Features ❤️\n- Implemented a login feature and display cards on the home page. \n- The cards have a heading, description, and two buttons - \"Add to Deals\" and \"Check Details\". \n- Authenticated users can access these buttons, while non-authenticated users are redirected to the login/register page.\n- Logout is working as expected\n- made public and private routes\n- Public routes: /dashboard, /login\n- Private routes: /, /deals, /details, /recipe details\n- maintained auth and recipes states by redux\n- authentication status is updated according to authenticated and non-authenticated users\n- Implemented cypress testing\n\n## Additional Feature 😊\n- User can see the recipe details page also.\n\n## Some Project Screenshots :\n### A) For Computer Screen:\n![Screenshot (568)](https://github.com/Pushpendra-1697/worldref/assets/104748364/6147d57e-7d8e-4682-bc6d-a9a74ac15d66)\n![Screenshot (570)](https://github.com/Pushpendra-1697/worldref/assets/104748364/0167f79c-070b-4d3b-9720-b7856ad29bbb)\n![Screenshot (571)](https://github.com/Pushpendra-1697/worldref/assets/104748364/a3a34fe2-bf47-4a9e-8654-3cd4ea31b19b)\n![Screenshot (574)](https://github.com/Pushpendra-1697/worldref/assets/104748364/154b9d4e-8ed8-49b4-8323-a67ba91161a8)\n\n#### B) For Mobile/Tablet Screen :\n![Screenshot (569)](https://github.com/Pushpendra-1697/worldref/assets/104748364/e55a42c9-b958-4f29-a6a3-09dea93e1b59)\n![Screenshot (572)](https://github.com/Pushpendra-1697/worldref/assets/104748364/147502b1-e0c2-4a30-99f9-bfdde146c005)\n![Screenshot (573)](https://github.com/Pushpendra-1697/worldref/assets/104748364/869f6876-73e8-4e8f-af4f-87b68c9beefe)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpushpendra-1697%2Fworldref","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpushpendra-1697%2Fworldref","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpushpendra-1697%2Fworldref/lists"}