This project was generated with angular seed project version 1.0.0-beta.26.
This is a AngularJS Application implementation of user management.
1.Execute the exercise using HTML5, Css, JS, Bootstrap & AngularJS ✔️
2. Two type of users (Admin & User) ✔️
3. The homepage(dashboard) is different based on the loggedin user ✔️
4. After login admin should land on Add user page and “Add User” should be highlighted ✔️
5. Admin should be able to add the user with first Name ,last Name and User ID and
password as shown in the mockup. ✔️
6. Validation such as User ID should be unique ,password should contain at least 1 lowercase
character ,1 upper case character , 1 alphanumeric character and 1 numeric digit. ✔️
7. After Adding User ,it should got to the “View User “ Page automatically and dashboard
should be populated with the all the user information as shown in the mockup ✔️
8. Admin should be able to logout after clicking on the sign out and should be redirected to
the login page. ✔️
9. User should be able to login with the same credentials provided by Admin during Add User
and should be able to successfully login . ✔️
10. After Successful login user should be redirected to “My Profile” page which displays the
User Information such as first name ,last name ,User ID and password (auto populate
data).all the field should be editable by user except for the user id which should be in
disabled mode and should not be edited ✔️
11. user can edit this field and updated his/her information and same should reflect in the
“View Users” dashboard when admin logs in and views the dashboard. ✔️
12. Remember me on the login page , when user/admin checks this box , user ID field and
Password should be auto populated when the user/admin logs in for next time. ✔️
🎉🎉🎉 Thank you github