This app counts down to Alia Bhatt's next movie release.
- JavaScript
- ES6 Promises
- AJAX
- GET API
- TMDb API
- HTML
- CSS
Both the CSS and the JavaScript are framework-free.
- Live countdown timer
- Update on refresh
- Pulls text, image, and video data from TMDb
- Mobile-responsive
- If a YouTube trailer exists, display it
- Error catching if the request fails or if the request returns nothing
Clone to your computer using:
git clone https://github.com/rmorabia/alia.git
Then, open index.html
to access the site.
The TMDb API is extremely open and well-documented. Without their liberal use policy, this wouldn't have been possible.
In order to make the YouTube trailer responsive, I borrowed code from this article.