rbetik12 / GitHub-repos-viewer

App provides functionality to review repositories of GitHub users. Was made with React.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub repositories viewer

That app can be used for viewing other user's GitHub repositories. All you need to do is to put username in form and click show repositories button.

Made with Node.js (v10.15.3) and React.js (v6.4.1)

TO-DO:

  • Rewrite readme
  • Write information in table after receiving response from server
  • Launching scripts
  • Add error checking(during server requesting and empty table clicking)
  • Intializing scripts
  • Write project description to main text block
  • Fill footer
  • Direct authorisation through GitHub API

How to launch that app:

  1. Install Node.js (if you don't have one). You can do it here.
  2. (Only for first time launch) Run npm install then npm run install-server
  3. Launch frontend npm run start-frontend and backend npm run start-server in separate terminals
  4. Go to http://localhost:3000

About

App provides functionality to review repositories of GitHub users. Was made with React.js.


Languages

Language:JavaScript 85.4%Language:CSS 8.8%Language:HTML 5.7%Language:Shell 0.1%