demo-todo-with-react
demo-todo-with-react copied to clipboard
A basic demo example for integrating between Appwrite & React JS 💙
- Errors now show in the UI when there is an authentication error - Added loading state to auth buttons to indicate something is happening when clicked.
### 🔖 Feature description I noticed when I was trying to log in to the app with a non-existent account, the app just did nothing. It did not display an...
### 👟 Reproduction steps 1. Try to create an account with a short password (for example, `test`) 2. Try to change the password to a complying password (for example, `testing123`)...
The form is not disabled as the first submission is handled. This allows the form to be submitted twice if you have fast fingers like me :) This PR attempts...
### 👟 Reproduction steps Clone the repo, run `npm install`. ### 👍 Expected behavior Successful installation of dependencies. ### 👎 Actual Behavior The installation fails with ``` ➜ demo-todo-with-react git:(main)...
### 👟 Reproduction steps When I refresh the todos page I redirect me to the login page. ### 👍 Expected behavior It should reopen the todos app if we hit...
### 👟 Reproduction steps Try adding any task. The request fails with message _"The current user is not authorized to perform the requested action."_. ### 👍 Expected behavior The task...
### 🔖 Feature description Password field validation - Right now the user is unable to figure out the reason for signup failure. I also had to check the network tab...
### 💭 Description where i can find the database id? ### 👀 Have you spent some time to check if this issue has been raised before? - [X] I checked...
### 🔖 Feature description **Changing the theme of the buttons to the official pinkish color of appwrite**,  and same for login button, and so on... To match the theme...