Skip to content

DirtyBoyz/react-github-calendar

This branch is 157 commits behind grubersjoe/react-github-calendar:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9e16f5e · Dec 2, 2021

History

85 Commits
May 30, 2021
Dec 2, 2021
Nov 28, 2021
Nov 14, 2021
Jul 31, 2021
Jan 16, 2020
Jan 17, 2020
Jun 26, 2020
Jun 23, 2019
Sep 4, 2021
Aug 24, 2021
Dec 2, 2021
Aug 23, 2021
Jul 31, 2021
Jul 31, 2021
Dec 2, 2021

Repository files navigation

React GitHub Calendar

CI

A React component to display a GitHub contributions graph based on react-activity-calendar.

Screenshot

Demo and documentation

Upgrade to v3

Please read the following how to upgrade from v2 to v3 and a list of breaking changes:

https://grubersjoe.github.io/react-github-calendar/#upgrade

Installation

yarn add react-github-calendar

Development

Start watch mode for library first:

yarn
yarn start

Then start watch mode of example page:

cd example
yarn
yarn start

Open http://localhost:3000.

Publish a new release

npm publish --dry-run

# When you're happy
npm publish --access=public

Update demo page

yarn deploy

About

A React component to display a GitHub contributions calendar

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 79.7%
  • CSS 13.0%
  • JavaScript 5.4%
  • HTML 1.8%
  • Shell 0.1%