{"id":13533884,"url":"https://github.com/muKaustav/Taskwrite-Appwrite-Hacktoberfest-2021","last_synced_at":"2025-04-01T22:31:02.410Z","repository":{"id":133636206,"uuid":"416825325","full_name":"muKaustav/Taskwrite-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-18T10:04:45.000Z","size":806,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-02T21:31:41.440Z","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-13T16:48:34.000Z","updated_at":"2024-07-22T06:32:52.000Z","dependencies_parsed_at":"2024-01-14T02:33:04.920Z","dependency_job_id":"a702a94a-0207-47c7-afb3-9e86f77f17b5","html_url":"https://github.com/muKaustav/Taskwrite-Appwrite-Hacktoberfest-2021","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muKaustav%2FTaskwrite-Appwrite-Hacktoberfest-2021","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muKaustav%2FTaskwrite-Appwrite-Hacktoberfest-2021/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muKaustav%2FTaskwrite-Appwrite-Hacktoberfest-2021/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muKaustav%2FTaskwrite-Appwrite-Hacktoberfest-2021/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muKaustav","download_url":"https://codeload.github.com/muKaustav/Taskwrite-Appwrite-Hacktoberfest-2021/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246720459,"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.987Z","updated_at":"2025-04-01T22:31:01.850Z","avatar_url":"https://github.com/muKaustav.png","language":"JavaScript","funding_links":[],"categories":["Showcase (Built with Appwrite 📣)"],"sub_categories":["React"],"readme":"\u003ch1 align=\"center\"\u003eTaskwrite: Appwrite - React Demo 💻\u003c/h1\u003e\n\u003cp align = center\u003e\n    \u003cimg alt=\"Project Logo\" src=\"https://raw.githubusercontent.com/muKaustav/Taskwrite-Appwrite-Hacktoberfest-2021/main/assets/thumbnail_taskwritepsd.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 implements a **To-Do** list and allows users to **add, edit \u0026 delete** tasks.\n- This app demonstrates \u003ci\u003eAuthentication and Database Management\u003c/i\u003e via \u003cb\u003eGoogle OAuth using an Appwrite backend and Appwrite Database respectively\u003c/b\u003e.\n- **Taskwrite** is built with \u003cb\u003eReact JS and Appwrite Web\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/Taskwrite-Appwrite-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- Replace the CollectionID in \u003ci\u003esrc/Appwrite.js\u003c/i\u003e.\n\n```js\nsdk.database.createDocument(\n\t\"COLLECTION_ID\", // set your own Collection ID after creating it from the Appwrite console\n\tobj,\n\t[`user:${user[\"$id\"]}`],\n\t[`user:${user[\"$id\"]}`]\n);\n```\n\n\u003cbr\u003e\n\n```sh\npublic\n├───index.html\nsrc\n├───components\n│   ├───Footer\n│   │   ├───Footer.jsx\n│   │   └───Footer.scss\n│   ├───Tasks\n│   │   ├───Task.jsx\n│   │   └───Task.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/Taskwrite-Appwrite-Hacktoberfest-2021/main/assets/googlelogin.png\" target=\"_blank\" /\u003e\n    \u003cimg alt=\"Project Logo\" src=\"https://raw.githubusercontent.com/muKaustav/Taskwrite-Appwrite-Hacktoberfest-2021/main/assets/home.png\" target=\"_blank\" /\u003e\n    \u003cimg alt=\"Project Logo\" src=\"https://raw.githubusercontent.com/muKaustav/Taskwrite-Appwrite-Hacktoberfest-2021/main/assets/editDeleteTask.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/Taskwrite-Appwrite-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%2FTaskwrite-Appwrite-Hacktoberfest-2021","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FmuKaustav%2FTaskwrite-Appwrite-Hacktoberfest-2021","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FmuKaustav%2FTaskwrite-Appwrite-Hacktoberfest-2021/lists"}