An open API service indexing awesome lists of open source software.

https://github.com/mujz/recoded-js-ajax-exercise


https://github.com/mujz/recoded-js-ajax-exercise

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

          

# Re:Coded JavaScript AJAX In-Class exercise

In this exercise, we build an app that consumes GitHub's RESTful API (API v3) using
`fetch`. The app has an input field for the user to write a GitHub username and upon
pressing the Enter key, the avatar of the user appears.

This is an example:

![Screenshot](https://user-images.githubusercontent.com/12049480/61589540-eb7f6080-abb3-11e9-889c-6a1846c95ca6.png)