This evaluation is meant to test your skill at working with frontend frameworks, JSON APIs, and your development style and workflow in general. This evaluation shouldn't take much more than 2 hours to complete, so use that timebox as a guide for how much detail to go into. You won't be judged on design or layout, but you'll certainly be awarded extra credit for keeping it in mind ;)
Using JSON data from the TED talk library, you're going to be building a simple webpage that does the following things:
- Plays the most recent TED talk video (see the data below).
- Displays the title and description for this video.
- Allows a user to click to see the next / previous videos.
- First, fork or clone this repo.
- Use this JSON to access the TED talk data.
- Any frameworks or libraries can be used, but please explain your decision.
- Host your solution somewhere, or provide instructions for me to run your solution locally.
- Don't submit a pull request — instead, email me a link to where I can view your code and see the solution privately.
Other than the rules laid out in this readme, assume there are no other rules, restrictions, or constraints.
Good luck!