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.git
Go to the project directory
cd github-infos
Install dependencies
yarn add or npm install
Start the server
yarn start or npm start