- Connect to the API
- Retrieve data with an HTTP request
- Work with the JSON response
- Display the Data
- git clone 'https://github.com/WardahTarar/movies_api'
- cd movies_api
- open index.html
- JavaScript
The motivation behind this program was that to:
- improve JavaScript skills
- work with API
- write code that is easy to change