KleoPetroff / react-github-portfolio

Stylish project portfolio built with React

Home Page:https://projects.kleopetrov.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Store repos in localStorage and use it if Github API access limit is reached

KleoPetroff opened this issue · comments

Github non-authorized requests have an access limit of 60 requests per hour. This means that after reaching the limit, the app will throw error and stop working. To prevent this, store the repos in localStorage and load them only when the Github API access limit is reached.