Skip to content

PrashamMehta-04/Login_ReactJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Login_ReactJS

React User Management System

A robust, frontend-only React application (v16+) designed to demonstrate user authentication flows and account management. In this project, there will be a Full-fledged Login, Registration, and editable Profile Dashboard.


Features

  • User Registration: This is where the user can create a new account that gets validated.
  • Secure Login: This is used to simulate authentication to provide access to secure routes.
  • Profile Management: The users have the option to check their account details.
  • Edit Profile: The ability to change user data (Name, Email, Password).
  • Protection of the Routes: Guards the pages to unauthenticated users so that they cannot view the Dashboard.
  • Responsive Layout: Works very well on any device.

Tech Stack

  • Frontend: ReactJS
  • Routing: React Router DOM
  • State Management: React useState
  • Styling: CSS

⚙️ Installation & Setup

Follow these steps to set up the project locally.

1. Clone the repository

git clone [https://github.com/your-username/react-user-management.git](https://github.com/your-username/react-user-management.git)
cd Login_ReactJS

2. Install dependencies

npm install

3. Run the development server

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published