Sanskriti1102 / CourseGuard

https://courseguards.vercel.app/
MIT License
4 stars 9 forks source link

Forgot Password Page #11

Open Krishi1211 opened 1 month ago

Krishi1211 commented 1 month ago

https://www.figma.com/design/DWokUT7bGtMrDVSyj7bp7l/Digiaccel---E-Learning-Platform-(Community)?node-id=5734-17979&node-type=frame&t=NxXBNrYk4gzODMg9-0

Refer to slides 5,6,7. Create a mailing system that generates a mail with a 6 digit otp.

Me-Priyank commented 1 month ago

@Krishi1211, I would love to work on the 'Forgot Password' page as well. Could you please assign it to me? I'll ensure it works smoothly and is connected to the login page I created earlier.

Krishi1211 commented 1 month ago

assigned

Krishi1211 commented 1 month ago

hii @Me-Priyank any update on the work?

JainishParekh commented 1 month ago

Can I take up this issue ?

Krishi1211 commented 1 month ago

@JainishParekh yup sure

JainishParekh commented 1 month ago

Have made changes in global css and created forget password page.

image

JainishParekh commented 1 month ago

Have also made PR for the same.

JainishParekh commented 1 month ago

Can you please guide me with what the next step is? Should API be developed or state management be done first, and also what should be used for API and what to use for state management? Please help me out. @Krishi1211

Krishi1211 commented 1 month ago

you can start with api now we can do state management later

JainishParekh commented 1 month ago

I started with api using NodeJs and MongoDB as database, but in readme there is not much information related to this, so can you please brief me about this as this is my first open source contribution and I do not know how to manage different secrets and also what will be the folder structure? Please guide. @Krishi1211

JainishParekh commented 1 month ago

Also, for the backend, this same repo is being used?