Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 903 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 903 Bytes

Github Profiles

App para mostrar informações de usuário do Github. Ideia tirada do App Ideas: https://github.com/florinpop17/app-ideas/blob/master/Projects/2-Intermediate/GitHub-Profiles.md.

Tecnologias usadas:

  • Typescript
  • React
  • Styled Components

User Stories

  • User can enter a username
  • User can click on search button to retrieve information
  • User can see the avatar, username, followers and repository count of searched user
  • User can see the top 4 repositories of searched user
  • User should get an alert if the username is not valid

Bonus features

  • User can toggle dark/light mode
  • Selected mode should persist when user comes back to the app again