Skip to content

Lakshitnagar/vanillaJS-movie_lists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vanillaJS-movie_lists

A movie listing website using pure javascript (aka vanillaJS)

What's in the code

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.