jira_clone icon indicating copy to clipboard operation
jira_clone copied to clipboard

A simplified Jira clone built with React/Babel (Client), and Node/TypeScript (API). Auto formatted with Prettier, tested with Cypress.

Results 7 jira_clone issues
Sort by recently updated
recently updated
newest added

Hi! I want to play with Webpack Module Federation but this requires Webpack 5, so I did a migration. If you think it is a good idea, feel free to...

Update the documentation

Hey, thought your readme could use some help! I know that you mentioned that you will not be accepting any PR's for this repository but these changes could be helpful...

I just added VSCode ruler settings based on prettier config in `settings.json` file in `.vscode` directory. So that if user's global VSCode configuration ruler is some thing smaller than 100,...

Hi, first, thanks for the simplified and well-separated boilerplate. Since I couldn't use the common module event methods like e.preventDefault() and e.stopPropagation() for the Button, I modified the source to...