wladrbarbosa / react-issue-ganttchart

Ganttchart for GitHub/GitLab issues.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitpod ready-to-code

react-issue-ganttchart

This is a single page application created with React to display github.com / gitlab.com / your-self-host.gitlab.com issues as a Gantt chart.
Repository URL and personal access token are required, but not the rest.
No backend is required, and the token is stored in a cookie.

Demo

https://lamact.github.io/react-issue-ganttchart/?giturl=https%3A%2F%2Fgithub.com%2Flamact%2Freact-issue-ganttchart&labels=

Requirements

How to start on your server

  • clone the repository or download files
  • install dependencies
yarn install
  • run server
yarn start
  • build and deploy for Pages
yarn deploy

About

Ganttchart for GitHub/GitLab issues.

License:GNU General Public License v2.0


Languages

Language:JavaScript 65.7%Language:CSS 33.7%Language:HTML 0.5%