Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abishek6799/password_reset_frontend
Password_Reset_Using_Frontend
https://github.com/abishek6799/password_reset_frontend
axios react react-icons react-router-dom tailwindcss toastify
Last synced: 21 days ago
JSON representation
Password_Reset_Using_Frontend
- Host: GitHub
- URL: https://github.com/abishek6799/password_reset_frontend
- Owner: Abishek6799
- Created: 2024-11-01T13:49:24.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-01T14:33:38.000Z (3 months ago)
- Last Synced: 2024-11-10T12:37:22.826Z (3 months ago)
- Topics: axios, react, react-icons, react-router-dom, tailwindcss, toastify
- Language: JavaScript
- Homepage: https://graceful-capybara-c86bd7.netlify.app/
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password Reset Flow
password reset flow for a web application using React for the frontend and Node.js for the backend. Users can request a password reset via email, and if they are valid users, they will receive a link to reset their password.
# Features
- User can request a password reset link via email.
- Secure token generation for password reset links.
- User-friendly UI.
- Responsive design for all devices.# Technologies Used
- Frontend: React,Tailwind, Axios, React Router, React Icons
- Backend: Node.js, Express, Mongoose, Nodemailer, Bcrypt, JSON Web Token
- Database: MongoDB
- Deployment: Render (for backend), Netlify (for frontend)