An open API service indexing awesome lists of open source software.

https://github.com/lakshitnagar/vanillajs-movie_lists

A movie listing website using pure javascript (aka vanillaJS)
https://github.com/lakshitnagar/vanillajs-movie_lists

dom-manipulation progress-bar pure-javascript vanilla-javascript vanilla-js xmlhttprequest

Last synced: 3 months ago
JSON representation

A movie listing website using pure javascript (aka vanillaJS)

Awesome Lists containing this project

README

          

# 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.