{"id":13533876,"url":"https://github.com/muKaustav/Shuttery-Appwrite-Hacktoberfest-2021","last_synced_at":"2025-04-01T22:31:00.346Z","repository":{"id":133636078,"uuid":"415343643","full_name":"muKaustav/Shuttery-Appwrite-Hacktoberfest-2021","owner":"muKaustav","description":"A demo web app built with React JS and Appwrite backend for Hacktoberfest 2021.","archived":false,"fork":false,"pushed_at":"2021-10-12T02:21:53.000Z","size":2261,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-11T16:09:10.140Z","etag":null,"topics":["appwrite","hacktoberfest2021","reactjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/muKaustav.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}},"created_at":"2021-10-09T15:13:28.000Z","updated_at":"2024-08-11T16:09:10.140Z","dependencies_parsed_at":"2024-01-14T02:33:04.951Z","dependency_job_id":"173d6a34-e700-4a82-a54d-1413dcd0688f","html_url":"https://github.com/muKaustav/Shuttery-Appwrite-Hacktoberfest-2021","commit_stats":null,"previous_names":["mukaustav/appwrite-demoapp-hacktoberfest-2021"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muKaustav%2FShuttery-Appwrite-Hacktoberfest-2021","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muKaustav%2FShuttery-Appwrite-Hacktoberfest-2021/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muKaustav%2FShuttery-Appwrite-Hacktoberfest-2021/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muKaustav%2FShuttery-Appwrite-Hacktoberfest-2021/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muKaustav","download_url":"https://codeload.github.com/muKaustav/Shuttery-Appwrite-Hacktoberfest-2021/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246720455,"owners_count":20822907,"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","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","hacktoberfest2021","reactjs"],"created_at":"2024-08-01T07:01:23.932Z","updated_at":"2025-04-01T22:30:59.927Z","avatar_url":"https://github.com/muKaustav.png","language":"JavaScript","funding_links":[],"categories":["Showcase (Built with Appwrite 📣)"],"sub_categories":["React"],"readme":"\u003ch1 align=\"center\"\u003eShuttery: Appwrite - React Demo 💻\u003c/h1\u003e\n\u003cp align = center\u003e\n    \u003cimg alt=\"Project Logo\" src=\"https://raw.githubusercontent.com/muKaustav/Appwrite-DemoApp-Hacktoberfest-2021/main/assets/shuttery.jpg\" target=\"_blank\" /\u003e\n\u003c/p\u003e\n\u003ch2 align='center'\u003eA demo web app built with React JS and Appwrite backend.\u003c/h2\u003e\u003cbr/\u003e\n\n## 📚 | Introduction\n\n- This web app fetches and lets users download beautiful pictures from \u003cb\u003eUnsplash\u003c/b\u003e to satisfy their artistic needs.\n- Current parameters: \u003cb\u003eSearch, Orientation, Count (currently capped to 10)\u003c/b\u003e.\n- This app demonstrates \u003ci\u003eAuthentication\u003c/i\u003e via \u003cb\u003eGoogle OAuth using an Appwrite backend\u003c/b\u003e.\n- Shuttery is built with \u003cb\u003eReact JS, Appwrite Web, and Unsplash API\u003c/b\u003e.\u003cbr\u003e\n\n\u003cbr/\u003e\n\n## 🚀 | Usage\n\n- Appwrite Web: \u003ca target='_blank' href='https://appwrite.io/'\u003eInstallation\u003c/a\u003e, \u003ca target='_blank' href='https://appwrite.io/docs'\u003eDocumentation\u003c/a\u003e and \u003ca target='_blank' href='https://30days.appwrite.io/'\u003eResources\u003c/a\u003e.\n- Clone this repository:\u003cbr\u003e\n\n```sh\ngit clone https://github.com/muKaustav/Appwrite-DemoApp-Hacktoberfest-2021.git\n```\n\n- Install necessary libraries:\u003cbr\u003e\n\n```sh\nnpm install\n```\n\n- Enjoy the project! 😉\n\n\u003cbr/\u003e\n\n## 📁 | Folder Structure\n\n- Replace the \u003cb\u003eEndpoint and Project ID\u003c/b\u003e in \u003ci\u003esrc/Appwrite.js\u003c/i\u003e.\n\n```js\nconst sdk = new Appwrite();\nsdk\n\t.setEndpoint(\"ENDPOINT URL\") // set your own endpoint\n\t.setProject(\"PROJECT ID\"); // set your own project id\n```\n\n- Replace the redirect and failure routes for Google OAuth in \u003ci\u003esrc/Appwrite.js\u003c/i\u003e. \u003ci\u003e(\u003ca target='_blank' href='https://dev.to/appwrite/30daysofappwrite-oauth-providers-3jf6'\u003eArticle for reference\u003c/a\u003e)\u003c/i\u003e\n\n```js\nsdk.account.createOAuth2Session(\n\t\"google\",\n\t\"http://localhost:3000/\",\n\t\"http://localhost:3000/login\",\n\t[\"profile\"]\n);\n```\n\n\u003c!-- \u003cbr\u003e --\u003e\n\n```sh\npublic\n├───index.html\nsrc\n├───components\n│   ├───Footer\n│   │   ├───Footer.jsx\n│   │   └───Footer.scss\n│   ├───Form\n│   │   ├───Form.jsx\n│   │   ├───Form.scss\n│   │   └───loader.png\n│   ├───Image\n│   │   ├───Image.jsx\n│   │   └───Image.scss\n│   └───Navbar\n│       ├───Navbar.jsx\n│       └───Navbar.scss\n└───routes\n    ├───Application\n    │    ├───App.jsx\n    │    └───Application.scss\n    ├───Login\n    │   ├───Login.jsx\n    │   └───Login.scss\n    └───ProtectedRoute.jsx\n```\n\n\u003cbr/\u003e\n\n## 📷 | Screenshots\n\n\u003cp align = center\u003e\n    \u003cimg alt=\"Project Logo\" src=\"https://raw.githubusercontent.com/muKaustav/Appwrite-DemoApp-Hacktoberfest-2021/main/assets/login.png\" target=\"_blank\" /\u003e\n    \u003cimg alt=\"Project Logo\" src=\"https://raw.githubusercontent.com/muKaustav/Appwrite-DemoApp-Hacktoberfest-2021/main/assets/home.png\" target=\"_blank\" /\u003e\n    \u003cimg alt=\"Project Logo\" src=\"https://raw.githubusercontent.com/muKaustav/Appwrite-DemoApp-Hacktoberfest-2021/main/assets/result.png\" target=\"_blank\" /\u003e\n\u003c/p\u003e\n\n\u003cbr/\u003e\n\n## 🍻 | Contributing\n\nContributions, issues and feature requests are welcome.\u003cbr\u003e\nFeel free to check [issues page](https://github.com/muKaustav/Appwrite-DemoApp-Hacktoberfest-2021/issues) if you want to contribute.\n\n\u003cbr/\u003e\n\n## 🧑🏽 | Author\n\n**Kaustav Mukhopadhyay**\n\n- Linkedin: [@kaustavmukhopadhyay](https://www.linkedin.com/in/kaustavmukhopadhyay/)\n- Github: [@muKaustav](https://github.com/muKaustav)\n\n\u003cbr/\u003e\n\n## 🙌 | Show your support\n\nDrop a ⭐️ if this project helped you!\n\n\u003cbr/\u003e\n\n## 📝 | License\n\nCopyright © 2021 [Kaustav Mukhopadhyay](https://github.com/muKaustav).\u003cbr /\u003e\nThis project is [MIT](./LICENSE) licensed.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FmuKaustav%2FShuttery-Appwrite-Hacktoberfest-2021","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FmuKaustav%2FShuttery-Appwrite-Hacktoberfest-2021","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FmuKaustav%2FShuttery-Appwrite-Hacktoberfest-2021/lists"}