Skip to content

TechnicalInterviewPrep/loadjsonfromAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

loadjsonfromAPI

##Frontend Challenge

Fetch JSON data from an API and populate a dropdown menu with options based on the results. You can use whatever libraries or frameworks you like.

If you're new to front end problems or are not sure where to start, check out the Resources section below.

This example is a common type of coding challenge whereby applicants are asked to fetch JSON data from an API and somehow update the UI or content using the retrieved data.

Checkout the jquery branch to check out a possible solution that makes use of that library. (You can consider extending this example by generating a chart based on the data returned and displaying the relevant chart when each option is selected.)

##Resources

Introducing JSON

MDN JSON docs

A Beginner’s Guide To jQuery-Based JSON API Clients

Using APIs: Not Quite as Hard as it Looks

###Additional Useful Posts

How do I retrieve and display data from API using AJAX with a JavaScript code?

Pulling JSON data from a public data API

What is the best way to add options to a select from an array with jQuery?

Exactly What IS JSONP?

##Related Interview Questions JSON Interview Questions & Answers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published