demo-todo-with-react icon indicating copy to clipboard operation
demo-todo-with-react copied to clipboard

A basic demo example for integrating between Appwrite & React JS 💙

Results 22 demo-todo-with-react issues
Sort by recently updated
recently updated
newest added

- 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...

bug

### 👟 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`)...

bug

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)...

bug

### 👟 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...

bug

### 👟 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...

bug

### 🔖 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...

documentation

### 🔖 Feature description **Changing the theme of the buttons to the official pinkish color of appwrite**, ![image](https://github.com/appwrite/demo-todo-with-react/assets/72994819/55301baa-16b4-4f18-b498-64489ef6ace3) and same for login button, and so on... To match the theme...