Skip to content

This is a small webapp that will list the most starred Github repos that were created in the last 30 days. You'll be fetching the sorted JSON data directly from the Github API

Notifications You must be signed in to change notification settings

AWIXOR-zz/GitHubTrend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitTrend

Netlify Status

The Techs I used:

This project was bootstrapped with Create React App. I used react for building this project because I am a react Developer

Wanna see it working

This app is deployed on Netlify you can see it working here: https://gittrend.netlify.com

Want to contribute ?

If wanna contribute , this is how you do it.

  1. Set up a working copy on your computer:
    • Create a copy of the repository in your own GitHub account by pressing the “fork” button in the top ☝️☝️☝️.
    • you need a copy locally, so find the “SSH clone URL” in the right hand column and use that to clone locally using a terminal: git clone git@github.com/[Your Username]/GitHubTrend.git
    • git remote add origin git@github.com/[Your Username]/GitHubTrend.git
  2. Make the changes you want
  3. Push your work to Github
  4. Submit a PR (Pull Request).

Licensing

The code in this project is licensed under MIT license.

About

This is a small webapp that will list the most starred Github repos that were created in the last 30 days. You'll be fetching the sorted JSON data directly from the Github API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published