Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 858 Bytes

File metadata and controls

26 lines (21 loc) · 858 Bytes

Github Analyzer

A simple and stylish web-app that analyzes your Github profile and repos.

Found at githubanalyzer.onrender.com, built using ReactJS and the GitHub API. Hosted with Render

repo demo

🛠 Try For Yourself

  1. Install dependencies

    yarn (or npm i)
  2. Start the development server

    yarn start (or npm start)