Skip to content

Epokuiso/github_profiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Profiles

I've decided to study frontend web development again, starting with ReactJS. In order to keep my discipline and pratice I started a journal on my own. 50 days of React. Where I'll be learning ReactJS in a deeper way while building projects.

About the Project

APIs allow you to use the real world data that drives platforms like GitHub. You can communicate with the remote servers and get data that you can use to build an app.

In this project you create a search app that uses GitHub API to retrieve user information when a valid username is input. It should display avatar, username, followers count, repository count, top 4 repositories based on forks and stars.

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

This is project idea was taken from @florinpop app-ideias repository, you can check it here -> https://github.com/florinpop17/app-ideas

Let's Go!