malebosambo / portfolio

The repo is a react.js web app displaying my portfolio, CV and GitHub public repos.
MIT License
1 stars 0 forks source link

Consume GitHub APIs #3

Closed malebosambo closed 6 months ago

malebosambo commented 1 year ago

The GitHub APIs used are issues, repo and users. After successfully consuming and displaying API data, submit a request to join the GitHub Developer Program.

malebosambo commented 1 year ago

The web app is not displaying content. During the latest comits of back-end/server configuration might be causing that to happen. Configure the folders and files appropriately and use one development compiler/bundler.

malebosambo commented 1 year ago

The latest commit throws errors. The useState and useEffect are not defined.

malebosambo commented 8 months ago

Consuming the GitHub API to list user repos is working successfully.