Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesdevbie/passwordresetapp-frontend
Password Reset APP - Front End Code for - Simple Password Reset APP using React
https://github.com/jamesdevbie/passwordresetapp-frontend
axios es6 reactjs tailwindcss
Last synced: about 2 months ago
JSON representation
Password Reset APP - Front End Code for - Simple Password Reset APP using React
- Host: GitHub
- URL: https://github.com/jamesdevbie/passwordresetapp-frontend
- Owner: jamesdevbie
- Created: 2024-11-03T09:03:45.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-03T10:12:28.000Z (2 months ago)
- Last Synced: 2024-11-03T10:17:09.767Z (2 months ago)
- Topics: axios, es6, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://passwordresetapp-frontend.vercel.app
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reset Password App
This password reset app sends out an email with password reset link if the user account is valid.
# Launch URL:
https://passwordresetapp-frontend.vercel.app/
# How Does it Work?
1. Home page launches with a simple UI, Navbar containing login and signup button.
2. To create an account, click login and submit required details. This will re-direct to login page.
3. Enter the credentials, it will redirect to a simple landing page.
4. Password reset link will be available in login page, plese click, enter the registered email address and hit submit.
5. if the email belongs to a valid account, an email will be sent the said email address with a random string appended to the URL.
6. If the random string matches with random string in DB, password reset is allowed, the use can enter the new password which will redirect to the login page.