{"id":17952219,"url":"https://github.com/thebeginner86/appwrite-react","last_synced_at":"2026-05-08T03:01:28.936Z","repository":{"id":115279162,"uuid":"412448197","full_name":"theBeginner86/appwrite-react","owner":"theBeginner86","description":"This application demonstrates integration of Appwrite and React.","archived":false,"fork":false,"pushed_at":"2021-10-03T11:22:06.000Z","size":20197,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T16:25:40.818Z","etag":null,"topics":["appwrite","css","html","javascript","medium-article","react"],"latest_commit_sha":null,"homepage":"","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/theBeginner86.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":"2021-10-01T11:56:40.000Z","updated_at":"2023-08-14T13:18:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"59639eb3-9abb-440e-9f4f-d4a2c55112d4","html_url":"https://github.com/theBeginner86/appwrite-react","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/theBeginner86/appwrite-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theBeginner86%2Fappwrite-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theBeginner86%2Fappwrite-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theBeginner86%2Fappwrite-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theBeginner86%2Fappwrite-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theBeginner86","download_url":"https://codeload.github.com/theBeginner86/appwrite-react/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theBeginner86%2Fappwrite-react/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32764770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T02:36:36.067Z","status":"ssl_error","status_checked_at":"2026-05-08T02:36:07.210Z","response_time":54,"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":["appwrite","css","html","javascript","medium-article","react"],"created_at":"2024-10-29T09:55:56.465Z","updated_at":"2026-05-08T03:01:28.885Z","avatar_url":"https://github.com/theBeginner86.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Newsletter Form Application with Appwrite and React\n\n\n[Appwrite](https://github.com/appwrite/appwrite) is an open-source application that is built on the concept of a self-hosted backend as a service server that provides user-friendly ways to build an application.\nIt abstracts the time-consuming development tasks and provides pre-built SDKs to integrate your application with Appwrite APIs. \nIt supports multiple languages and its UI is super cool to work with.\n\n\nThis repo contains the code for the Newsletter Application. I wrote a blog on it at [Medium](https://thebeginner86.medium.com/newsletter-form-application-with-appwrite-and-react-2791bd38a457). Do check it out first as we would be using the concepts explained in that article. It would be helpful, if your are looking forward to using [Appwrite](https://github.com/appwrite/appwrite) in your next React application. I've explained about integrating [Appwrite](https://github.com/appwrite/appwrite) with [React](https://github.com/facebook/react) through its web client SDKs.\n\u003cbr /\u003e\n\u003cbr /\u003e\n\n### Screenshots:\n\n\u003cbr /\u003e\n\n![app-ss1](assets/app-ss1.png)\n\n![app-ss2](assets/app-ss2.png)\n\n![app-ss3](assets/app-ss3.png)\n\n\n\u003chr\u003e\n\u003cbr /\u003e\n\n## Setup Instructions\n\n\u003cbr /\u003e\n\n1. First you need to start Appwrite services (make sure you have [Docker](https://docs.docker.com/get-docker/) installed on your system)\n\n- **Unix**\n\n```\ndocker run -it --rm \\\n    --volume /var/run/docker.sock:/var/run/docker.sock \\\n    --volume \"$(pwd)\"/appwrite:/usr/src/code/appwrite:rw \\\n    --entrypoint=\"install\" \\\n    appwrite/appwrite:0.10.4\n```\n\n- **Windows**\n\n\u003cbr /\u003e\n\nCMD\n```\ndocker run -it --rm ^\n    --volume //var/run/docker.sock:/var/run/docker.sock ^\n    --volume \"%cd%\"/appwrite:/usr/src/code/appwrite:rw ^\n    --entrypoint=\"install\" ^\n    appwrite/appwrite:0.10.4\n```\n\u003cbr/\u003e\n\nPowerShell\n```\ndocker run -it --rm ,\n    --volume /var/run/docker.sock:/var/run/docker.sock ,\n    --volume ${pwd}/appwrite:/usr/src/code/appwrite:rw ,\n    --entrypoint=\"install\" ,\n    appwrite/appwrite:0.10.4\n```\n\u003cbr /\u003e\n\nOnce the Docker installation completes, go to http://localhost to access the Appwrite console from your browser.\n\n\n2. Fork this repository. This will create a local copy of this Repository on your Github profile.\n\n3. Clone it\n```\n$ git clone https://github.com/\u003cyour-username\u003e/appwrite-react  \n$ cd appwrite-react\n```  \n\n4. Install the dependencies\n```\n$ npm i\n```\n\n5. Inorder for the application to work, you need to take few ids from your project on Appwrite. Its detailed steps have been explained on my [Medium](https://thebeginner86.medium.com/newsletter-form-application-with-appwrite-and-react-2791bd38a457) article. Besure to check that out before you run your application.\n\n6. You need to create a .env file so that those ids and credentials could be appended in it and the React applciation could easily pick those from .env file.\n\n```\n$ touch .env\n```\n\n7. Take reference from .env.example file\n\nYou would require following values: \u003cbr /\u003e\u003cbr /\u003e\n```\nREACT_APP_ENDPOINT=\nREACT_APP_PROJECT_ID=\nREACT_APP_COLLECTION_ID=\nREACT_APP_USER_CREDENTIALS_EMAIL=\nREACT_APP_USER_CREDENTIALS_PASSWORD=\n```\n\nYou need to copy these into .env and take values from your Appwrite project which we had setup on my [Medium](https://thebeginner86.medium.com/newsletter-form-application-with-appwrite-and-react-2791bd38a457) article.\n\n\u003e Dont get intimidated. These are very easy to extract. Just follow my [Medium](https://thebeginner86.medium.com/newsletter-form-application-with-appwrite-and-react-2791bd38a457) article and everything would fall in place.\n\n5. Now start the server\n```\n$ npm start\n```\n\n6. To check the running application, go to http://localhost:3000 \n\n\u003chr\u003e\n\n## Demo\n\n![Demo video](/assets/demo.gif)\n\n\u003chr\u003e\n\n\nThanks for testing out my application.\nIf you have any doubts then feel free to ask me on [Twitter](https://twitter.com/theBeginner86). My DMs are always open to interact with people 🙌\n\nInorder to understand the basics do checkout my article on [Medium](https://thebeginner86.medium.com/newsletter-form-application-with-appwrite-and-react-2791bd38a457).\n\n### Developed with ❤️ by  [Pranav Singh](https://twitter.com/theBeginner86) 😎 👨‍💻\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebeginner86%2Fappwrite-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthebeginner86%2Fappwrite-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebeginner86%2Fappwrite-react/lists"}