Be able to write a MVC web application that employs AJAX to build responsive views
Learn how to use an existing API to acquire data, serverside
Demonstrate the use of JSON and AJAX
Demonstrate custom routing URLs
The App
This is a single page responsive web application that searches for gifs at Giphy.com and displays them in a table like display.
You can search by keywords or topics like current trending and random gifs (random gifs doesn't work for now). You can apply filters
to your searches such as: rated G, PG, PG-13, or All.
ASP.NET MVC 5 Demo
I have included a demo of the MVC project. It can be found in the header by clicking the "Code Demo"
tab for screenshots with sample code.