Skip to content

An Account Management Application created using ReactJs. The web app allows users to register, log in, and manage accounts

Notifications You must be signed in to change notification settings

urbashijrall/account-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Account Management Application

Description

This is a simple account management application created using React. The app allows users to register, log in, and manage accounts. The features include:

  • User registration with email and password.
  • Login functionality to authenticate users.
  • Manage registered accounts, where users can update their password or delete their accounts.
  • The application persists the registered accounts even after the page reloads.

The app is built with React and uses React Router for navigation between pages. Bootstrap is used for styling, ensuring a responsive and clean layout.

Features

  • Registration Page: Users can register by providing their email and password.
  • Login Page: Users can log in using their registered email and password. After logging in, a welcome message and logout option are displayed.
  • Manage Accounts Page: Users can view all registered accounts, update the password for an account, or delete an account.
  • Persistence: The accounts are stored in the app's state and are retained even after page reloads.

Built With

  • React: JavaScript library for building user interfaces.
  • React Router: For navigation between different pages.
  • Bootstrap: For responsive design and styling.
  • JavaScript (ES6+): Used for the application logic.

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/urbashijrall/account-management.git
    
  2. Navigate into the project directory: cd account-management

  3. Install Dependencies npm install

  4. Start the development server npm start

Your app should now be running at http://localhost:3000.

About

An Account Management Application created using ReactJs. The web app allows users to register, log in, and manage accounts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published