Rebohat is a SPA built with create-react-app tool and laravel for the backend API, it's a simple site that works as a reference for all Sudanese Github repositories
It's quite simple, we store all github usernames in a database, and then rebohat's api does all the fetching of repositories from github via a simple GET request to Github's API
You can access the api via a get request to 'https://backendkham.herokuapp.com/api/show'.
We appreciate all your contributions, so feel free to go through the code source and edit anything you might think needs fixing, or anything we could've done in a better way!