Pratham82 / Github-finder

This is is github user finder, made with with vanilla JS and the Github API. You can get most of the user infro from this app.

Home Page:https://github-finder-334.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github-finder ๐Ÿ”

I have created a github information finder. I used ES6 classes and created multiple JS files for modularization. I got a strong understanding of DOM. I have learned async await, API calls with github API and much more with this app.

Features:

  • Search user with username
  • View followers, following counts
  • Review latest repositories
  • Implementation of Github API
  • Implementation of ES6 Features
  • Async await for API calls

Dependencies

  • Github API. After logging in go to this ๐Ÿ”— site and crete a new app with appropriate info. You will get client_id and client_secret which is required for this application. Add those credential and you're good to go ๐Ÿ˜„.

Check out the live site here

About

This is is github user finder, made with with vanilla JS and the Github API. You can get most of the user infro from this app.

https://github-finder-334.netlify.app/

License:MIT License


Languages

Language:JavaScript 76.1%Language:HTML 23.9%