Skip to content

YuriFabioSanches/github-favorites

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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