Github repository explorer is a simple application to search github repository by username. It made with TypeScript and React JS.
Deployed with Github Pages: https://joseph-alberto.github.io/github-repositories-explorer
To run this project, first you should install the depedencies with npm, run command below.
npm installAfter depedencies is installed, now you can run the apps with this command in your terminal.
npm startYour site is now live on: http://localhost:3000.