Skip to content

In this project, I fetched my Github repositories and details using Github API, I used react-router to implement nexted routes, 404 page, I also set up Error boundary, custom hooks, and SEO.

Ojerinde/Github_portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Porfolio

https://github-joe.netlify.app/

image

In this project, I fetched my Github repositories and some details using Github API, I used react-router to implement nexted routes, 404 page, I also set up Error boundary, custom hooks, and iplemented SEO as instructed in the examination question

Authentication

The application does not make use of any authentication system.

Main Files: Project Structure

├── README.md
├── public
├── src
├── gitignore
└── package.json

Getting Started

Pre-requisites and Local Development

The prerequites tools for local development are:

  • Node

Frontend

The app is built with React so there is need to install the frontend dependencies using Node.js and NPM

You can confirm if Node.js and NPM is installed successfully using the codes below

node -v
npm -v

From the frontend folder, run the following commands to start the client:

npm install # run this once to install dependencies
npm start 

By default, the frontend will run on localhost:3000.

Deployment

The app is deployed using Netlify. Click me

Author

Joel Ojerinde

Acknowledgements

AltSchool Africa

About

In this project, I fetched my Github repositories and details using Github API, I used react-router to implement nexted routes, 404 page, I also set up Error boundary, custom hooks, and SEO.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published