saurabhbakolia / SCROLLME--ECOMMERCE-WEBSITE

ScrollMe is an open-source eCommerce platform built with JavaScript, React, Styled Components, Node.js (Express), and MongoDB. It offers a modern shopping experience with a scalable backend, perfect for contributors or those learning modern web development.
https://www.scrollme.online/
MIT License
19 stars 65 forks source link

Password Recovery Feature #201 #222

Closed saras-69 closed 1 month ago

saras-69 commented 1 month ago

Description: This pull request introduces the Password Recovery feature, allowing users to reset their passwords through a simple and user-friendly flow.

Related Issue Fixes #201

Changes Made Created the Password Recovery component with React.js. Added a three-step flow: Input email to simulate OTP sending. Verify OTP. Reset password. Used alerts to simulate sending/verification of OTP and password reset. Provided a basic structure for future backend integration. Checklist I have tested my code and it works as expected. Documentation has been updated where necessary. Tests for the new feature are included. The code follows project standards. Screenshots (if applicable) (Include any relevant screenshots that illustrate your changes.)

https://github.com/user-attachments/assets/1c3ec137-d327-48d3-8d25-a5ff9835e324

Example:

Title: Password Recovery Feature Description: Adds a password recovery feature with a simulated OTP flow. Related Issue: Fixes #201 Changes Made:

Created components for password recovery. Implemented a flow for email input, OTP verification, and password reset. Added alerts to simulate OTP-related actions and password reset.

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
scrollme-ecommerce-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 19, 2024 8:16pm
saurabhbakolia commented 1 month ago

Hey @saras-69,

Can you add the feature to change the password?

Don't create a PR to master branch. Create a new PR to develop branch, with suggested changes.

Thanks.

Closing this PR as did not meet the PR requirements.