I'm creating a portfolio website with ReactJS that I plan on hosting on GitHub Pages. In my projects section, I want to access the GitHub API to automatically show some information about my repositories (name, description, link, demo). Is this possible with GitHub pages, or does it fall into the category of a dynamic webpage (which cannot be hosted on GitHub pages)?
CodePudding user response:
Yes, this should work. Even though the Frontend-Files are static you are not actually serving your own API which would need a separate application Server. You are only consuming an API from another Server.