Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yurifabiosanches/github-favorites
- Owner: YuriFabioSanches
- Created: 2024-03-05T01:24:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-07T02:57:37.000Z (11 months ago)
- Last Synced: 2024-11-05T12:13:22.475Z (3 months ago)
- Topics: css, fetch, html, imutability, javascript, rocketseat, spa
- Language: CSS
- Homepage: https://yurifabiosanches.github.io/github-favorites/
- Size: 13.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
The following tools were used in the construction of the project:
- ✔ HTML
- ✔ CSS
- ✔ JavaScriptConcepts 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