Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.14 KB

README.md

File metadata and controls

25 lines (13 loc) · 1.14 KB

git-fav ⭐️

Rocketseat challenge, aimed at creating a GitHub favorites page, where it's possible to add or remove favorites, displaying the user, the number of repositories, and followers of the favorite profiles.

The application starts with a blank user list, and it shows on the screen that there are no favorites yet.

If the user tries to add a profile that doesn't exist, they will receive an alert message informing that the user was not found. If they try to add a duplicate profile, they will receive an alert message informing that the user is already registered. If they wish to remove one of the favorite profiles, they will be prompted to confirm if they really want to delete the selected user.

Homepage with no favorite profiles:

preview

Application with registered favorite profiles:

preview

This project was developed with

HTML | CSS | JavaScript | Figma | Git | GitHub