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)
- Host: GitHub
- URL: https://github.com/lakshitnagar/vanillajs-movie_lists
- Owner: Lakshitnagar
- Created: 2018-09-02T03:00:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-28T18:08:25.000Z (almost 6 years ago)
- Last Synced: 2025-03-23T10:25:18.813Z (6 months ago)
- Topics: dom-manipulation, progress-bar, pure-javascript, vanilla-javascript, vanilla-js, xmlhttprequest
- Language: JavaScript
- Homepage: https://lakshitnagar.github.io/vanillaJS-movie_lists/
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.