Coder Social home page Coder Social logo

github-analytics's Introduction

GitHub Analytics (MVP)

This project was inspired on a coding challenge provided by Flexiana Company. It was bootstrapped with Create React App.

How to run the Application?

In the project directory, you can run:

npm install or yarn

Installs the requires dependencies to make the application work properly when running it.

npm start or yarn start

Runs the app in the development mode, with hot raloading enabled and showing lint errors on console.

npm test or yarn test

Runs the test suite running all the unit test cases available on the application and show the results. It's also run on the Pipeline of this repository within the Test and Deploy GitHub Action. It validates the code being pushed to the repository.

In case you do not want to run the application

You can see a deployed demo published on Heroku right here: https://github-analytics-mvp.herokuapp.com/

Important info

There are some environment variables necessary for running the application locally. But for security reasons they are not available on the repository. By the way here is the explanation about each of them:

  • REACT_APP_GITHUB_API: It's the URI endpoint of GitHub API. (usually https://api.github.com)
  • REACT_APP_GITHUB_PERSONAL_ACCESS_TOKEN: It's a token that indicates which access you have from the API. You can generate for your github account if you need one, you can generate it here: https://github.com/settings/tokens
  • REACT_APP_GITHUB_EXTERNAL_URL: It's the GitHub URL itself used to create links on the app. (usually https://github.com/)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.