We have come a long way in our journey to master JavaScript and JSON; it is now time to get busy and build an end-to-end project that is powered by JSON. In our journey, we have come across a variety of concepts such as JavaScript, JSON, the use of server-side programming, AJAX, and JSONP. So, let's put all of these to use. In this chapter, we will be focusing on the application of what we learned in previous chapters:
- Setting up an application
- Introducing Bootstrap
- Moving towards maintaining the JSON store
- Implementing Carousel functionality using jQuery Cycle
We will be building a rotating notification board application, which should display the top students for the month. This application should provide Carousel functionality, such as navigational buttons, autoplay of content, displaying a single item at a given point, and keeping...