A PWA to show some basic infos from a GitHub profile.
- User can search for a profile using username.
- NavBar that switch and show some profile information.
- User can alternate the main profile by the follower page or the following page.
- By the home page user can leave to the search/login page.
Clone the project
git clone [email protected]:ScriptCamilo/github-infos.gitGo to the project directory
cd github-infosInstall dependencies
yarn add or npm installStart the server
yarn start or npm start