This is a project that was developed to put into practice some essential concepts of JavaScript. In this project, we accessed the GitHub user API and built a table with their favorite users.
The following tools were used in the construction of the project:
- ✔ HTML
- ✔ CSS
- ✔ JavaScript
Concepts used in the construction of this project:
- ✔ Immutability
- ✔ LocalStorage
- ✔ JSON / JSON.parse / JSON.stringify
- ✔ Static method
- ✔ .then() Method
- ✔ Async and Await
- ✔ Try / Throw / Catch
- ✔ Single-page Aplication