deathcrafter / fyle-gh-repos

A website that shows GitHub user info and lists thier repositiories.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fyle-gh-repos

A website that shows GitHub user info and lists thier repositiories.

Implemented

List of features implemented

  • Getting user info using username
  • Getting repos
  • Repos pagination
  • Limited per_page limit to 100
  • Loading and error indicators

Extras:

  • Cache for GitHub API (GitHub API limits requests based on IP Address). ref
  • Correcting query limits (page, limit)
  • Disabling Twitter button if unavailable

Could Have Been Implemented

A list of features that could have been implemented had I had more time (or used React or any other SPA framework).

  • Repository sorting based on created, updated, pushed, full_name. ref
  • User search. ref
  • Repo search. (was optional). ref
  • Show user social/links. ref
  • Max lines in descriptions and topics with expandable sections. (required use of external libs)

About

A website that shows GitHub user info and lists thier repositiories.

License:The Unlicense


Languages

Language:JavaScript 72.3%Language:CSS 22.9%Language:HTML 4.8%