{"id":21865415,"url":"https://github.com/rileymanda/user-journey","last_synced_at":"2026-04-08T16:32:22.207Z","repository":{"id":274322742,"uuid":"889135444","full_name":"RileyManda/user-journey","owner":"RileyManda","description":"React-based web application designed to simulate a user journey through a basic application process.","archived":false,"fork":false,"pushed_at":"2024-11-20T04:05:04.000Z","size":709,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-10-26T07:46:11.663Z","etag":null,"topics":["api","fullstack-development","graphql","material-ui","react","redux","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/RileyManda.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-15T17:18:11.000Z","updated_at":"2024-11-30T06:33:17.000Z","dependencies_parsed_at":"2025-01-26T15:46:05.428Z","dependency_job_id":"5308b9d4-b840-4179-a208-0c73cde68e6d","html_url":"https://github.com/RileyManda/user-journey","commit_stats":null,"previous_names":["rileymanda/user-journey"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RileyManda/user-journey","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RileyManda%2Fuser-journey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RileyManda%2Fuser-journey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RileyManda%2Fuser-journey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RileyManda%2Fuser-journey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RileyManda","download_url":"https://codeload.github.com/RileyManda/user-journey/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RileyManda%2Fuser-journey/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31564899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"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","fullstack-development","graphql","material-ui","react","redux","typescript"],"created_at":"2024-11-28T04:16:33.211Z","updated_at":"2026-04-08T16:32:22.186Z","avatar_url":"https://github.com/RileyManda.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# User Journey Application  \u003cimg src=\"./src/assets/app-logo.png\" alt=\"App Logo\" width=\"60\" height=\"60\"/\u003e\n\nThis project is a React-based web application designed to simulate a user journey through a basic application process. The application showcases skills in making API calls, managing state with Redux or local storage, and implementing specific design requirements.\n\n\n\n\n## Table of Contents\n- [Objective](#objective)\n- [Features](#features)\n- [Tech Stack](#tech-stack)\n- [Installation](#installation)\n- [ProjectSetup](#projectsetup)\n- [Usage](#usage)\n  - [Landing Page](#landing-page)\n  - [Application Page](#application-page)\n  - [Save \u0026 Exit Button](#save--exit-button)\n  - [Summary Page](#summary-page)\n- [API Integration](#api-integration)\n- [State Management](#state-management)\n- [Evaluation Criteria](#evaluation-criteria)\n- [Design](#design)\n- [License](#license)\n\n---\n\n## Objective\n\nThe objective of this application is to create a simple user journey that includes navigating through multiple pages, making API calls, and preserving the user’s state across pages.\n\n## Features\n\n- **Landing Page**: A starting point for users with a button to initiate the application process.\n- **Application Page**: Fetches user data from a remote API and displays it.\n- **Save \u0026 Exit Button**: Allows users to save their progress and view a summary.\n- **Summary Page**: Displays a summary of the user’s application data and offers an option to continue the application.\n\n\n## ProjectSetup\n\n\nTo get started with the project, clone this repository and install the necessary dependencies.\n\n```bash\ngit clone \u003crepository-url\u003e\ncd \u003cproject-folder\u003e\nnpm install \nor\nyarn \n```\n\n### Create a .env file:\n```bash\nVITE_GRAPHQL_ENDPOINT=add-graphql-api-url\nVITE_AUTH_TOKEN=add-auth-token-here\n```\n## Run the application\n\n```bash\nnpm run dev\nor\nyarn dev\n```\n\n## Tech Stack\n\nThe project is built using the following technologies and libraries:\n\n#### **Frontend Framework**\n- **[React](https://reactjs.org/)**: A JavaScript library for building user interfaces. (version `^18.3.1`)\n- **[React DOM](https://react.dev/reference/react-dom/components)**: Provides DOM-specific methods for React. (version `^18.3.1`)\n\n#### **State Management**\n- **[Redux Toolkit](https://redux-toolkit.js.org/)**: Simplifies state management with features like `createSlice` and `createAsyncThunk`. (version `^2.3.0`)\n- **[React Redux](https://react-redux.js.org/)**: Official React bindings for Redux. (version `^9.1.2`)\n\n#### **Routing**\n- **[React Router](https://reactrouter.com/)**: Declarative routing for React applications. (version `^6.28.0`)\n- **[React Router DOM](https://reactrouter.com/)**: DOM bindings for React Router. (version `^6.28.0`)\n\n#### **UI Framework**\n- **[Material-UI (MUI)](https://mui.com/)**: Components and design system for React apps.\n  - **[MUI Material](https://mui.com/)**: Core Material-UI components. (version `^6.1.7`)\n  - **[MUI Icons](https://mui.com/material-ui/material-icons/)**: Material Design icons for React. (version `^6.1.7`)\n  - **[MUI Styled Engine](https://mui.com/system/styled/)**: Integrates Material-UI with `styled-components`. (version `^6.1.7`)\n\n#### **Styling**\n- **[Emotion](https://emotion.sh/docs/introduction)**: A CSS-in-JS library for styling components. \n  - **[Emotion React](https://emotion.sh/docs/@emotion/react)**: Emotion's React bindings. (version `^11.13.3`)\n  - **[Emotion Styled](https://emotion.sh/docs/@emotion/styled)**: Emotion's styled component library. (version `^11.13.0`)\n- **[Styled Components](https://styled-components.com/)**: CSS-in-JS for building styled React components. (version `^6.1.13`)\n\n#### **GraphQL**\n- **[Apollo Client](https://www.apollographql.com/docs/react/)**: A comprehensive GraphQL client for React. (version `^3.11.10`)\n- **[GraphQL](https://graphql.org/)**: Query language for APIs. (version `^16.9.0`)\n\n#### **Environment Variables**\n- **[dotenv](https://github.com/motdotla/dotenv)**: Loads environment variables from a `.env` file. (version `^16.4.5`)\n\n#### **Build Tool**\n- **[Vite](https://vitejs.dev/)**: Fast build tool and development server. (version `^5.4.10`)\n\n#### **TypeScript**\n- **[TypeScript](https://www.typescriptlang.org/)**: Adds type safety and modern JavaScript features. (version `~5.6.2`)\n- **[@types/react](https://www.npmjs.com/package/@types/react)**: Type definitions for React. (version `^18.3.12`)\n- **[@types/react-dom](https://www.npmjs.com/package/@types/react-dom)**: Type definitions for React DOM. (version `^18.3.1`)\n\n#### **Linting and Code Quality**\n- **[ESLint](https://eslint.org/)**: A pluggable JavaScript linter. (version `^9.13.0`)\n  - **[@eslint/js](https://www.npmjs.com/package/@eslint/js)**: Core ESLint functionality. (version `^9.13.0`)\n  - **[eslint-plugin-react-hooks](https://www.npmjs.com/package/eslint-plugin-react-hooks)**: Rules for React hooks. (version `^5.0.0`)\n  - **[eslint-plugin-react-refresh](https://www.npmjs.com/package/eslint-plugin-react-refresh)**: Linting rules for React Refresh. (version `^0.4.14`)\n- **[Globals](https://github.com/sindresorhus/globals)**: Provides a list of global variables for linting. (version `^15.11.0`)\n\n---\n### License\n\nThis project is licensed under the **[MIT License](./LICENSE)**.\n\n---\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frileymanda%2Fuser-journey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frileymanda%2Fuser-journey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frileymanda%2Fuser-journey/lists"}