Before starting the project complete two steps:
-
Generate your personal access token. Link with instructions: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token-classic
-
Go to src/utils/ folder, open fetchData.ts file and paste your personal access token instead of "token" string in Octokit call.
To start the project run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.