appwrite / demos-for-react

Demos and tutorials for getting started with Appwrite + React JS
https://appwrite.io
MIT License
92 stars 39 forks source link

🚀 Feature: Implement Register functionality for auth example #14

Closed Swinkid closed 1 year ago

Swinkid commented 2 years ago

🔖 Feature description

This feature is to implement the register flow for the auth example in the repository. This feature should allow the user to input an email and password that should create an account for the user. Additionally, some fixes to make sure the state is correct for the UI element to indicate wether they are logging in or registering.

🎤 Pitch

As part of the auth example, an example on how to actually create user accounts should be shown. I have implemented this and will be opening a PR shortly. Additionally, I have made some fixes to ensure the correct UI elements are shown between Logging in and registering.

👀 Have you spent some time to check if this issue has been raised before?

🏢 Have you read the Code of Conduct?