dartmouth-cs98-23f / verbatim_frontend

Verbatim Flutter Frontend
0 stars 1 forks source link

'basic sign up, takes u to global challenge' #7

Closed evexwening closed 8 months ago

evexwening commented 8 months ago

Simple sign up page - if sign up is successful the user will be updated in local verbatim database, 'sign up successful' will print, and the global challenge page will automatically load.

evexwening commented 8 months ago

lgtm! I was able to successfully register locally. only thing is currently there is no feedback given if you try to register with credentials that are already in the db. something to add later. :)

yes good point - it says 'error in sign up' on frontend terminal, but nothing for the signing up user. Will work on that.