/Utilant

Interview test project

Primary LanguageC#

Utilant Interview Test Project

This project retrieves user and album information from https://jsonplaceholder.typicode.com/ and displays the results in a responsive grid format. Features include:

  • Paginated browsing of the albums
  • Search for user names and album titles
  • Detailed views of album contents
  • Detailed views of user information, including posts

Suggested search terms (sans quotes). Searches are not case sensitive:

  • "chel" will return one user
  • "modi" will return one album
  • "c" will return multiple users and albums

Instructions for running project: