Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.97 KB

File metadata and controls

45 lines (35 loc) · 1.97 KB

AngularUserAlbum

AngularUserAlbum is a web application that allows users to log in, view user albums, and manage their profiles.

Technology stack

  • Angular
  • Bootstrap

Features

  • Admin and non-admin user authentication.
  • View albums associated with each user.
  • User profile management.

Usage

Admin Login:

-- Username: Leanne Graham Email: Sincere@april.biz

-- Username: heba Email: heba@gmail.com

Non-Admin Login:

You can log in with any user from jsonplaceholder.typicode.com/users. Alternatively, you can register with any user and log in with the created credentials.

Getting Started with project

  • Clone to your local machine.
  • npm install dependacies.
  • ng -serve -o.
  • json-server --watch db.json

Images from Task

signup login loginSucess home userAlbum albumPhotos AddUser AdminHome deleteUser EditUser loadingPage