Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yurifabiosanches/github-favorites

Github Favotires - Rocketseat challenge
https://github.com/yurifabiosanches/github-favorites

css fetch html imutability javascript rocketseat spa

Last synced: about 2 months ago
JSON representation

Github Favotires - Rocketseat challenge

Awesome Lists containing this project

README

        

# 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