A clone of the famous github contribution graph.
-
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
- 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.