Table of Contents
This is a JavaScript project that implements:
- Async and callback functions.
- APIs
- Parsing data as JSON.
- for...of loops.
- Change event handlers.
- Creating and appending HTML elements.
This web page displays contact cards. Select how many cards you want displayed on screen from the dropdown menu, and your page will automatically populate with cards that pull random users from the Random User Generator API.
- HTML
- CSS
- JavaScript
This web page was crafted with vanilla code. No dependencies here!
All you need is a browser (to view/interact) and a text editor (to modify).
- Clone this repo and you're all set!
index.html
: structure and layout.styles.css
: design and aesthetics.script.js
: functionality.- Random User Generator API
There are no plans to implement additional features at this time.
This project is for learning/demonstration and is not being actively developed.
Distributed under the MIT License.
- Module 12: Intro to APIs
- Step 7 of 7: Practice Exercises: Intro to APIs
- Exercise #1
- Exercise #2
- Step 7 of 7: Practice Exercises: Intro to APIs
- normalize.css