Skip to content

gracemarsh/employee-directory

Repository files navigation

employee-directory

Techdegree Project 8 - Using an API

Use an API to Create an Employee Directory

Project Overview:

Communicating with APIs allows you to work with microservices and with vast databases to build useful tools and relevant information quickly and easily. You can build utilities, games, infographics, and more. You can also integrate, display, and analyze social media and large data sets without having to create and curate them yourself.

Butter is a distributed company with employees working all over the world. They need a smart way to for employees to share contact information with each other. In this project, you’ll use the Random User Generator API (https://randomuser.me/) to grab information for 12 random “employees,” and use that data to build a prototype for a Butter employee directory. You’ll request a JSON object from the API using fetch and parse the data so that 12 employees are listed in a grid with their thumbnail image, full name, email, and location. Clicking the employee’s image or name will open a modal window with more detailed information, such as the employee’s birthday and address.

About

Techdegree Project 8 - Using an API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors