kscalelabs / store

K-Scale Labs store
https://kscale.store
MIT License
25 stars 24 forks source link

[ FEAT ] : Add Login and Signup Page #199

Closed senthil-athiban closed 1 month ago

senthil-athiban commented 1 month ago

What does this PR do?

This PR closes #198, which aim is to enhance the Auth Page.

What issues does this PR fix or reference?

ScreenRecorder

https://github.com/user-attachments/assets/1efd2ee5-3c74-4dbd-ae0b-73dcbe07d912


Screen Shot

Signup Page

Screenshot 2024-07-30 at 12 50 32 PM

Login Page

Screenshot 2024-07-30 at 12 56 24 PM
senthil-athiban commented 1 month ago

Sure @codekansas

senthil-athiban commented 1 month ago

@codekansas can we use tailwind css library, instead of using seperate css module?

codekansas commented 1 month ago

yes, tailwind is fine, if we can make it work well with react typescript - cc @chennisden

chennisden commented 1 month ago

yes, tailwind is fine, if we can make it work well with react typescript - cc @chennisden

yeah i've done this before, tailwind plays perfectly fine with react ts

senthil-athiban commented 1 month ago

@codekansas, I've added credentials + google + github provider in the Client. If we are currently supporting github provider means, we can disable the rest of the things, in future we may need this auth credentials. Your thoughts on these ?

Screenshot 2024-07-30 at 12 56 24 PM
codekansas commented 1 month ago

this looks great!! let's merge this