Github repo finder helps user to find the repository available in Github.
You can search for repositories like: javascript, java, react, vue etc.
Adding to the features, there is pagination to visit through various results.
You can click on the heading of the displayed repository and it will take you to the page with various information about it. While you are in that page, you can visit either the original repo or the owner's profile.
-
Clone the project to your local machine
-
Install all the dependencies
npm install -
Start the localhost
npm start
- I have used React as JavaScript Framework.
- To get the repo results, I have used GitHub API
- For formatting time on the search result, I have used npm package called, JavaScriptTimeAgo 0 comments on commit 67bbe6d