A dashboard that provides analytics for users & repositories on GitHub. The
dashboard should allow users to search for a GitHub user and display a table of
their repositories with details like stars, forks, open issues, and recent commits
##How to run this
# Install dependencies in the directory
npm install
# after installation run the client
npm run dev
# Server runs on http://localhost:8001
User search: An input box to search for users and show a list of cards with the responses
: Clicking on the user navigates to a different page to display a list of a user's repositories with columns for the name, description, number of stars, forks, and open issues.
: Allow the user to sort repositories by name, stars, forks, or open issues
: Allow the user to sort repositories by name, stars, forks, or open issues
: This section display the recent activity of users following members
: This section display the list of all followers
: This section display the list of all following members