The website is designed to provide functionality for managing user accounts, including registration, login and user profile .
User Registration
: Allows new users to create an account with a unique username and password.User Login
: Provides a secure login mechanism for registered users to access their accounts.User Profile
: Enables users to view their profile details on home page.
Live Web-app Link: https://user-management-react-app-gunjan2012.netlify.app/
React
: A JavaScript library for building user interfaces.React Router
: A library for declaratively routing in React applications.Redux
: A predictable state container for managing the application state.React Formik
: The form validation and handle submission.HTML/CSS/React-Bootstrap
: Used for structuring and styling the website.JavaScript
: The primary programming language used for the logic of the application.