harshmangalam / hydrogen-solidjs-client

A social media web app powered by SolidJS
GNU General Public License v3.0
77 stars 54 forks source link

fix issue #3 #11

Closed arsen1c closed 1 year ago

arsen1c commented 1 year ago

This commit enhances the features of the Signup Button as mentioned in issue #3.

Following are the changes made

Screenshots

image

Also, the spinner is animated using the animate-spin class.

vercel[bot] commented 1 year ago

Someone is attempting to deploy a commit to a Personal Account owned by @harshmangalam on Vercel.

@harshmangalam first needs to authorize it.

harshmangalam commented 1 year ago

Thanks @arsen1c this issues resolved successfully.

arsen1c commented 1 year ago

Hi @harshmangalam, I am not able to sign in or sign up when I run the app locally. I get 404 in the response. Do I need to setup the backend? Below is the response screenshot. Also, the client is running on localhost:3000.

image

harshmangalam commented 1 year ago

No need to setup backend add small changes in .env file

.env

VITE_ENDPOINT=https://hydrogen-harsh.herokuapp.com/api
harshmangalam commented 1 year ago

If you are interested in backend then you can look into https://github.com/harshmangalam/hydrogen-nodejs-server

arsen1c commented 1 year ago

@harshmangalam Awesome! I will make changes in .env. Also, I will definitely checkout the backend code, thanks for sharing!