This is a User Management application built using React. It allows users to register, log in, and manage user accounts stored in a local database. The application features user authentication, a user list, and various actions for managing user records.
- User Registration: Add a new user to the local database with data validation.
- User Login: Authenticate users and redirect to the user list upon successful login.
- User List: Display all registered users with action links to block, unblock, view previous logins, add, remove, and update user details.
- React
- React Router
- local storage
- CSS for styling