This project was bootstrapped with Create React App. I used react for building this project because I am a react Developer
-
Packages:
- React-bootstrap & bootstrap
- moment: for time manipulation
- isomorphic-fetch: for fetching data from the Github API
This app is deployed on Netlify you can see it working here: https://gittrend.netlify.com
If wanna contribute , this is how you do it.
- 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
- Make the changes you want
- Push your work to Github
- Submit a PR (Pull Request).
The code in this project is licensed under MIT license.