AJAX Example

A simple application to show the usage of AJAX requests

It's an exercise for Distributed Systems class

Requirements

This app was built with these techs:

  • JavaScript
  • HTML

What does it do

This simple app makes AJAX request to Github API and uses autocomplete to search users by their usernames and return information about them, such as avatar profile, login username, link to profile and etc.