A movie listing website using pure javascript (aka vanillaJS)
Using pure Javascript
- It makes api call to get list of movies.
- Shows a progress bar over the page and indicates load status.
- Iterates the result on UI without use of any external library.