skiabox / PromiseProject1

A very basic demonstration of using Promises instead of callbacks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PromiseProject1

Simple project that uses Promises instead of callbacks to fetch some local posts to the browser screen.
Shows Promise declaration and how we handle the errors properly.

npm install -> installs all the libraries
npm run dev -> creates the webpack bundle and watches for changed files

You can use live server to open the html file.

About

A very basic demonstration of using Promises instead of callbacks


Languages

Language:JavaScript 82.6%Language:HTML 17.4%