- JS ES6
- axios
- Quokka
Quokka
is a developer productivity tool for rapid JavaScript development. Simply said, using Quokka, all values are updated and displayed in your code editor next to your code, as you typeaxios
is HTTP method to GET/POST
.
├── index.js
├── package-lock.json
├── package.json
└── README.md
I have improve my knowledge about
- Async/Await
- fetch API with
axios
- how to use
Promise.all
to call 2 functions in the same time when fetch API - Array destructuring
- Data destructuring
- a phenomenal tool called
QuokkaJS
npm install
and npm start