Skip to content

NoNameNeeded4now/react-github-calendar

 
 

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

Installation

npm install react-github-calendar

Development

Start watch mode for the library first:

pnpm install
pnpm dev

Then start watch mode of example page:

cd example
pnpm install
pnpm dev

Open http://localhost:3000.

Publish a new release

npm publish --dry-run

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

Update demo page

pnpm deploy

About

A React component to display a GitHub contributions calendar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 78.5%
  • SCSS 14.7%
  • JavaScript 5.1%
  • HTML 1.7%