All Projects โ†’ appwrite โ†’ demo-todo-with-react

appwrite / demo-todo-with-react

Licence: MIT license
A basic demo example for integrating between Appwrite & React JS ๐Ÿ’™

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to demo-todo-with-react

playground-for-php
Simple examples that help you get started with Appwrite + PHP (=โค๏ธ)
Stars: โœญ 24 (-72.73%)
Mutual labels:  appwrite
sdk-for-kotlin
[READ-ONLY] Official Appwrite Kotlin SDK ๐Ÿ’™๐Ÿงก
Stars: โœญ 41 (-53.41%)
Mutual labels:  appwrite
sdk-for-svelte
Appwrite SDK for Svelte ๐Ÿงก โš ๏ธ Warning - this SDK was designed to support Appwrite 0.9 and is not compatible with the latest Appwrite versions. We are planing to refactor it as part of the SDK Generator for better support and maintenance.
Stars: โœญ 69 (-21.59%)
Mutual labels:  appwrite
playground-for-android
Simple examples that help you get started with Appwrite + Android (=โค๏ธ)
Stars: โœญ 48 (-45.45%)
Mutual labels:  appwrite
demos-for-vue
Demos and tutorials for getting started with Appwrite + Vue.js
Stars: โœญ 37 (-57.95%)
Mutual labels:  appwrite
demos-for-svelte
Demos and tutorials for getting started with Appwrite + Svelte
Stars: โœญ 27 (-69.32%)
Mutual labels:  appwrite
sdk-for-php
[READ-ONLY] Official Appwrite PHP SDK ๐Ÿ˜
Stars: โœญ 109 (+23.86%)
Mutual labels:  appwrite
sdk-for-android
[READ-ONLY] Official Appwrite Android SDK ๐Ÿ’š ๐Ÿค–
Stars: โœญ 62 (-29.55%)
Mutual labels:  appwrite
FoodMagic
An AR App for Restaurants and Food Delivery โœจโœจ
Stars: โœญ 53 (-39.77%)
Mutual labels:  appwrite
php-clamav
ClamAV network and pipe client for PHP
Stars: โœญ 45 (-48.86%)
Mutual labels:  appwrite
Appwrite
Appwrite is a secure end-to-end backend server for Web, Mobile, and Flutter developers that is packaged as a set of Docker containers for easy deployment ๐Ÿš€
Stars: โœญ 14,592 (+16481.82%)
Mutual labels:  appwrite
sdk-for-dart
[READ-ONLY] Official Appwrite Dart SDK ๐Ÿ’™
Stars: โœญ 79 (-10.23%)
Mutual labels:  appwrite
sdk-for-dotnet
[READ-ONLY] Official Appwrite .NET SDK
Stars: โœญ 37 (-57.95%)
Mutual labels:  appwrite
vscode-appwrite
Appwrite extension for Visual Studio Code
Stars: โœญ 30 (-65.91%)
Mutual labels:  appwrite
sdk-for-ruby
[READ-ONLY] Official Appwrite Ruby SDK ๐Ÿ’Ž ๐Ÿ”ด
Stars: โœญ 45 (-48.86%)
Mutual labels:  appwrite
playground-for-python
Simple examples that help you get started with Appwrite + Python (=โค๏ธ)
Stars: โœญ 36 (-59.09%)
Mutual labels:  appwrite
playground-for-node
Simple examples that help you get started with Appwrite + Node.js (=โค๏ธ)
Stars: โœญ 39 (-55.68%)
Mutual labels:  appwrite
appwrite-todo-with-nextjs
About A basic demo example for integrating between Appwrite & Next JS ๐Ÿ’™
Stars: โœญ 14 (-84.09%)
Mutual labels:  appwrite

๐Ÿ”– Todo With React

Easter Eggs Claimed

A simple todo app built with Appwrite and React

If you simply want to try out the App, go ahead and check out the demo at https://appwrite-todo-with-react.vercel.app

๐ŸŽฌ Getting Started

๐Ÿค˜ Install Appwrite

Follow our simple Installation Guide to get Appwrite up and running in no time. You can either deploy Appwrite on your local machine or, on any cloud provider of your choice.

Note: If you setup Appwrite on your local machine, you will need to create a public IP so that your hosted frontend can access it.

We need to make a few configuration changes to your Appwrite server.

  1. Add a new Web App in Appwrite and enter the endpoint of your website (localhost, <project-name>.vercel.app etc) Create Web App

  2. Create a new collection with the following properties

  • Attributes

Add the following attributes to the collection.

Make sure that your Attribute ID exactly matches the key in the images

Content Attribute

IsComplete Attribute

  • Permissions

Add the following permissions to your collections. These permissions ensure that only registered users can access the collection.

Collection Permissions

๐Ÿš€ Deploy the Front End

You have two options to deploy the front-end and we will cover both of them here. In either case, you will need to fill in these environment variables that help your frontend connect to Appwrite.

  • REACT_APP_ENDPOINT - Your Appwrite endpoint
  • REACT_APP_PROJECT - Your Appwrite project ID
  • REACT_APP_COLLECTION_ID - Your Appwrite collection ID

Deploy to a Static Hosting Provider

Use the following buttons to deploy to your favourite hosting provider in one click! We support Vercel, Netlify and DigitalOcean. You will need to enter the environment variables above when prompted.

Deploy with Vercel

Deploy to Heroku

Deploy to Netlify

Deploy to DO

Run locally

Follow these instructions to run the demo app locally

$ git clone https://github.com/appwrite/todo-with-react
$ cd todo-with-react

Run the following command to generate your .env vars

$ cp .env.example .env

Now fill in the envrionment variables we discussed above in your .env

Now run the following commands and you should be good to go ๐Ÿ’ช๐Ÿผ

$ npm install
$ npm start

๐Ÿค• Support

If you get stuck anywhere, hop onto one of our support channels in discord and we'd be delighted to help you out ๐Ÿค

๐Ÿ˜ง Help Wanted

Our access credentials were recently compromised and someone tried to ruin these demos. They decided to leave behind 15 easter eggs ๐Ÿฅš for you to discover. If you find them, submit a PR cleaning up that section of the code (One PR per person across all the repos). You can track the number of claimed Easter Eggs using the badge at the top.

The first 15 people to get their PRs merged will receive some Appwrite Swags ๐Ÿคฉ . Just head over to our Discord channel and share your PR link with us.

UPDATE 17-11-2021: The easter egg contest is now closed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].