© 2023 Hashnode
#github-api
https://bob-adoga-git-hub-ap-ifetchexam.vercel.app/ Set up a Vue.js project To create a new Vue.js project, you can use the Vue CLI command line interface Install Vue CLI by running the following co…
Introduction API is an important term to all developers. This is because mostly everything about software development revolves around this area. From Getting/requesting data from the server to calling…
GitHub is a website and cloud-based service that helps developers store and manage their code, as well as track and manage modifications. This code is stored in a repository (usually abbreviated to “repo”). Each project has its own repo, wh…
After learning the fundamentals of fetching data from an API in ReactJS, I built a basic portfolio page to display my repository data from Github's REST API. This article covers: the tools I used how I implemented features challenges I e…
In this article, we'll be discussing a project I recently worked on where I built a portfolio website that pulls data from my GitHub account using the GitHub API. The website displays a list of all of…
This project entails how I created a simple portfolio website using the Github user API It is one of the four projects featured in the AltSchool Africa School Of Engineering Second Semester Examination in October '22. This is an exciting pr…
In this article, we'll learn how to build a GitHub website that features your profile, a list of repositories, a brief description of each repository, and a GitHub user search function. Prerequisites …
In this article, we are going to learn about how to build a GitHub App, with reactjs. React is an open-source JavaScript library used for building user interfaces, and is one of the most popular front…
This project would easily qualify as one of AltSchool Africa's Capstone Projects for the Frontend Software Engineering Track. I imagine its essence was to test all our learnings from the second semest…
Welcome! In this tutorial, we will learn how to create a React project using the GitHub API. We will cover how to fetch and post data from the API and implement React Router for navigation between pag…