Skip to content

issammani/github-contribution-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A clone of the famous github contribution graph.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published