Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 830 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 830 Bytes

GitFav ⭐

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.

Visit my aplication here

project preview gif

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