Dimitris Fanis Logo Image
Dimitris Fanis

GitHub Repo Search Page


This is a project about constructing a minimalist version of a GitHub repository page. The user can provide a GitHub username and get a list of the associated repositories. Users can also get extra information regarding the repository's creation date, the stars, the number of forks, as well as the number of issues for those repositories.

Project Image

Photo by Luke Chesser on Unsplash

Project Overview

This is a project about constructing a minimalist version of a GitHub repository page. The user can provide a GitHub username and get a list of the associated repositories. Users can also get extra information regarding the repository's creation date, the stars, the number of forks, as well as the number of issues for those repositories.

The user can submit their GitHub username or any other valid GitHub username and retrieve the respective list of repositories for that username. Users can additionally click upon the repo name and visit it- this is achieved through the GitHub API functionality.

Tools & Technologies Used

HTML/CSS
JavaScript
React
Redux
Axios
GitHub API