Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 792 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 792 Bytes

github-contribution-graph

A clone of the famous github contribution graph.

screenshot

Usage

  • Clone this repo.

    $ git clone https://github.com/issammani/github-contribution-graph.git
    $ cd github-contribution-graph
  • Install the dev dependencies.

    $ npm i
  • Run in dev mode. (Will start server at localhost:1234)

    $ npm start
  • Build project in production mode.

    $ npm run build

TODO

  • Refactor code.
  • Add ability to pass own contribution data. (For now data is randomly generated)
  • Try different colors.
  • Add some function that will paint text to the graph.