This project ultilized Currents API, which is a public news api, to provide a searching news feature to users.
This web application searches fast and clean (without any ads). It is suitable for those who do not like to watch ads.
The web page sends a get request to Currents news API. Got json response from it. Using the response data to create html elements. Finally display them to the screen.
The project used Currents news API, my javascript method sends http get request to the api and receives json data from it.