https://github.com/mujz/recoded-js-ajax-exercise
https://github.com/mujz/recoded-js-ajax-exercise
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mujz/recoded-js-ajax-exercise
- Owner: mujz
- License: mit
- Created: 2019-07-21T09:16:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-21T09:35:40.000Z (over 6 years ago)
- Last Synced: 2025-01-15T11:17:25.084Z (11 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
