Skip to content

The project produces A webpage showing astronauts info utilizing several different Asynchronous solutions: without callback, Callback, Promise, Fetch, Async-Await.

Notifications You must be signed in to change notification settings

kkkokili/Asynchronous_JS_Project_with_5_different_Solutions

Repository files navigation

Asynchronous_JS_Project_with_5_Solutions

The mini project produces a webpage when click the "view all the people" button. It shows astronauts info utilizing Asynchronous function with four solutions: Async-Await, Fetch, xhr with plane promise, xhr with callback, xhr without callback.

How it works:

The webpage grabbing data through Open APIs From Space and Wikimedia REST API. I tried to put it in the git page, but since the git page was loaded over HTTPS and my API site is using HTTP, I failed to show it through git page here currently(if you could share some good idea to fix this problem, plz comment or pull requests to support, thanks first!). But I will show it in the gif here :P The final effects show as follows:

Farmers Market Finder Demo

About

The project produces A webpage showing astronauts info utilizing several different Asynchronous solutions: without callback, Callback, Promise, Fetch, Async-Await.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published