https://github.com/snehamgithub/frontend-user-authentication
Frontent User Authentication
https://github.com/snehamgithub/frontend-user-authentication
axios react-router-dom reatctjs
Last synced: 10 days ago
JSON representation
Frontent User Authentication
- Host: GitHub
- URL: https://github.com/snehamgithub/frontend-user-authentication
- Owner: SnehaMgithub
- Created: 2024-10-31T17:41:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-31T17:44:33.000Z (over 1 year ago)
- Last Synced: 2025-02-25T16:33:27.945Z (over 1 year ago)
- Topics: axios, react-router-dom, reatctjs
- Language: JavaScript
- Homepage: https://frontend-user-authentication.vercel.app/
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# User Authentication System
This project is a simple user authentication system built with React and Vite, providing essential authentication features like registration, login, password reset, and forgot password.
## Overview
This project is a basic user authentication system that includes functionality for user registration, login, password reset, and forgot password. It is built with React and uses Vite as the build tool, enabling fast development and optimized production builds.
## Features
- User Registration
- User Login
- Forgot Password
- Password Reset
## Usage
The application provides routes for:
- `/login`: User login page
- `/register`: User registration page
- `/forgot-password`: Forgot password page
- `/reset-password`: Password reset page
# Postman Collection
You can test these API endpoints using Postman. The following link provides a Postman collection that contains all the necessary endpoints for registration, login, forgot password, and password reset functionalities.
[Postman Collection for Password Reset API](https://documenter.getpostman.com/view/39168825/2sAY4vgND2)