View web app here.
YouFollow provides you information about the people you follow at GitHub. For unauthenticated requests, the rate limit allows you to make up to 60 requests per hour to GitHub API, so you need to sign in.
The project is in alpha.
-
Create React App for avoiding boilerplate
-
Octokat.js for interacting with GitHub's API
-
React-Bootstrap for making code cleaner
-
Gatekeeper for getting a token from GitHub using user's code. GitHub says:
GitHub's OAuth implementation supports the standard authorization code grant type. The implicit grant type is not supported.
- Redux
- React Router
- Animation
- Tests 😢
Deployed to Heroku using Heroku Buildpack for create-react-app.
Just type git push heroku master
and everything will work.
- Currently only the first 30 repositories are shown. Need to add a pagination.
- Clone
- Register a GitHub application
- Deploy a server for getting a token from GitHub
- Create
.env
file yarn install
yarn start
To lint all js and jsx files:
yarn run lint