If you have ever browsed the internet, you may have come across a 404 not found page. You might have wondered what this code means. In this article, we will explore the meaning of the 404 error page, its significance in React web development, and ho...
React Router is a powerful library that enables declarative routing in React applications. It allows you to navigate between different pages or views without the need for a full-page refresh. Whether you are building a simple single-page application ...
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 my repositories, with the added feature of pagina...
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 Create a React App npm create vite@latest After...
Introduction If you are here, then you know we are talking about React.js and some of its implementations. Implementations like React-Router, Nested Routes, Error Boundary, SEO and Navigation Menu. Links to external resources would be included for el...
An article with a procedure on how functions were implemented in the necessary project. Creating the project using React.js, some functions were implemented. An API fetch of a GitHub Portfolio Error Boundary 404 Pages A proper SEO Starting up the...
This is my first Article and I would explain how I built a shopping cart app on my PC as a student of Software Engineering at AltSchool Africa using React. Features included are: Custom counter hook with increment, decrement, reset, and set Value fu...
In this article, I'm going to share with you all a beginner-friendly guide on how to create a a simple Counter App using the useCounter and useReducer hooks in React, with an error boundary, a 404 page, and good SEO practices. With this you can build...
This article shows how I created a react app that displays all my GitHub repositories. The main purpose of this article is to explain how the web app was built using the following features of Reactjs: UseState UseEffect React router Nested routes...