Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 741 Bytes

File metadata and controls

23 lines (14 loc) · 741 Bytes

Octocat Profiler

Description

Originally planned as a full stack application. The project focuses on providing an interface build in order to display GitHubs user data in a more clear and detailed way. It uses the public GitHub API for user and public repositories information.

Getting Started

  1. Install nodejs packages indicated in the package.json file with npm install.
  2. Optimiza the project for production with the script npm run build (Only for production).
  3. Run the project by trigger npm run start in your terminal.

Variables

  • TBD ...

Technologies

This project is powered by React and complemented with React Router. The main technologies user in this project are:

  • React
  • React Router
  • D3.js