xmyLydia / repo-info-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

repo-info-app

Github information app that provides profile and repository information

  1. User is able to search github user's profile by inputing user name
  2. User is able to load github user's repository by click 'load more' button.
  3. Users need to authenticate themselves by google account. ##Development
  4. Clone project
  5. Run yarn install in git bash
  6. Run yarn run dev-server in git bash ##Conclusion
  7. React
  8. Redux
  9. Firebase oAuth by using oAuthProvider (https://firebase.google.com/docs/reference/js/firebase.auth.OAuthProvider?authuser=0) ##What can be improved
  10. Needs to upgrade to use Hooks.
  11. Currently it just supports oAuth on google, try using oAuth on github.
  12. Try to learn & write test scripts on project.
  13. Style the project. ##Note

suggest use chrome plugin Allow CORS: Access-Control-Allow-Origin and turn it on when visiting the page.

it allows people perform cross-domain Ajax requests in web applications. Investigating a better way to Avoid using this tool.

About

License:Apache License 2.0


Languages

Language:JavaScript 86.0%Language:SCSS 12.1%Language:HTML 1.1%Language:Shell 0.8%