umeshkathiriya / Awesome-Async-Await

Partial page update with async await. Dashboard creation from free available api.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome Async Await

Async await is the sugar coated over the promises. Easy to write and understand the resolve, reject state of function data. Simple Dashaboard application created with different API's like

Partial page update while switching from news section to comment section. Random user details get fetch via click of button and with details of user location get currency rate exchange of country and weather of the city. Change the News category from dropdown and get news based on selected category. Interlinking of data and dependency give real world example.

Snap of Web UI

Exlpore the demo file and download the mini project to understand the ES6 functionalities and how it is easy to maintain code increase readadility and compare the previous project Fetch API GIT data where use case of then().catch() which simplified with use of async await keyword.

Check working code at Codesandbox Link

About

Partial page update with async await. Dashboard creation from free available api.


Languages

Language:JavaScript 78.4%Language:HTML 21.6%