In this lesson students should create simple single page app
- Use AJAX technology to create simple books characters app
- Use open API https://anapioficeandfire.com/ for getting data from a server
- Сlick on the left side character item load data from the server and show them on right side
- Select first character from list by default
- Implement httRequest(type, url, option) function for making request to api
- Implement infinite scroll functionality for loading additional data about characters