{"id":18298385,"url":"https://github.com/fusionauth/fusionauth-quickstart-javascript-react-web","last_synced_at":"2025-10-09T11:48:37.389Z","repository":{"id":192899392,"uuid":"681226505","full_name":"FusionAuth/fusionauth-quickstart-javascript-react-web","owner":"FusionAuth","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-28T15:24:06.000Z","size":2760,"stargazers_count":3,"open_issues_count":1,"forks_count":3,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-09-30T19:54:21.332Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"https://fusionauth-quickstart-javascript-re.vercel.app","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FusionAuth.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-21T14:45:37.000Z","updated_at":"2025-08-19T19:31:02.000Z","dependencies_parsed_at":"2023-11-15T01:40:34.589Z","dependency_job_id":"dcff31b4-ebec-498f-ab29-47a227441c0f","html_url":"https://github.com/FusionAuth/fusionauth-quickstart-javascript-react-web","commit_stats":null,"previous_names":["fusionauth/fusionauth-quickstart-javascript-react-web"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FusionAuth/fusionauth-quickstart-javascript-react-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FusionAuth%2Ffusionauth-quickstart-javascript-react-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FusionAuth%2Ffusionauth-quickstart-javascript-react-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FusionAuth%2Ffusionauth-quickstart-javascript-react-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FusionAuth%2Ffusionauth-quickstart-javascript-react-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FusionAuth","download_url":"https://codeload.github.com/FusionAuth/fusionauth-quickstart-javascript-react-web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FusionAuth%2Ffusionauth-quickstart-javascript-react-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001311,"owners_count":26083059,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["hacktoberfest"],"created_at":"2024-11-05T15:05:55.404Z","updated_at":"2025-10-09T11:48:37.360Z","avatar_url":"https://github.com/FusionAuth.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quickstart: React app with FusionAuth\n\nThis repository contains an React app that works with a locally running instance of [FusionAuth](https://fusionauth.io/), the authentication and authorization platform.\n\n## Setup\n\n### Prerequisites\n\n- [Node](https://nodejs.org/en/download/): This will be needed to run the React app.\n- [Docker](https://www.docker.com): The quickest way to stand up FusionAuth.\n  - (Alternatively, you can [Install FusionAuth Manually](https://fusionauth.io/docs/v1/tech/installation-guide/)).\n\n### FusionAuth Installation via Docker\n\nIn the root of this project directory (next to this README) are two files [a Docker compose file](./docker-compose.yml) and an [environment variables configuration file](./.env). Assuming you have Docker installed on your machine, you can stand up FusionAuth up on your machine with:\n\n```\ndocker compose up -d\n```\n\nThe FusionAuth configuration files also make use of a unique feature of FusionAuth, called [Kickstart](https://fusionauth.io/docs/v1/tech/installation-guide/kickstart): when FusionAuth comes up for the first time, it will look at the [Kickstart file](./kickstart/kickstart.json) and mimic API calls to configure FusionAuth for use when it is first run.\n\n\u003e **NOTE**: If you ever want to reset the FusionAuth system, delete the volumes created by docker compose by executing `docker compose down -v`.\n\nFusionAuth will be initially configured with these settings:\n\n- Your client Id is: `e9fdb985-9173-4e01-9d73-ac2d60d1dc8e`\n- Your client secret is: `super-secret-secret-that-should-be-regenerated-for-production`\n- Your example username is `richard@example.com` and your password is `password`.\n- Your admin username is `admin@example.com` and your password is `password`.\n- Your fusionAuthBaseUrl is [`http://localhost:9011/`](http://localhost:9011)\n\nYou can log into the [FusionAuth admin UI](http://localhost:9011/admin) and look around if you want, but with Docker/Kickstart you don't need to.\n\n### React complete-application\n\nThe `complete-application` directory contains a minimal React app configured to authenticate with locally running FusionAuth.\n\nInstall dependencies and run the React app with:\n\n```\ncd complete-application\nnpm i\nnpm run dev\n```\n\nNow vist the React app at [http://localhost:3000](http://localhost:3000)\nYou can log in with a user preconfigured during Kickstart, `richard@example.com` with the password of `password`.\n\n### Further Information\n\nVisit https://fusionauth.io/docs/quickstarts/quickstart-javascript-react-web for a step by step guide on how to build this React app integrated with FusionAuth from scratch.\n\n### Troubleshooting\n\n- I get `This site can’t be reached  localhost refused to connect.` when I click the Login button\n\nEnsure FusionAuth is running in the Docker container. You should be able to login as the admin user, `admin@example.com` with the password of `password` at http://localhost:9011/admin\n\n### Maintaining this repo\n\n\u003e Please note that code snippets from this repository are pulled into [this tutorial](https://fusionauth.io/docs/quickstarts/quickstart-javascript-react-web) on the fusionauth site. Please consider this when making changes here.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffusionauth%2Ffusionauth-quickstart-javascript-react-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffusionauth%2Ffusionauth-quickstart-javascript-react-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffusionauth%2Ffusionauth-quickstart-javascript-react-web/lists"}