All Projects → mariorodeghiero → git-issue-react-electronjs

mariorodeghiero / git-issue-react-electronjs

Licence: MIT license
⚙️. ⚛️. A desktop application created with Electronjs and Reactjs to be cross-platform to manage and track GitHub issues.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to git-issue-react-electronjs

awesome-web-react
🚀 Awesome Web Based React 🚀 Develop online with React!
Stars: ✭ 31 (+47.62%)
Mutual labels:  react-router, react-component, react-components
Registration-and-Login-using-MERN-stack
Simple Registration and Login component with MERN stack
Stars: ✭ 210 (+900%)
Mutual labels:  react-router, react-component, react-components
github-interact-cli
🎩 Interact with GItHub right inside your terminal
Stars: ✭ 43 (+104.76%)
Mutual labels:  github-api, issues
geet
Command line interface for performing Git hosting service operations
Stars: ✭ 14 (-33.33%)
Mutual labels:  github-api, issues
Gitzilla
A resume builder for your GitHub profile.
Stars: ✭ 60 (+185.71%)
Mutual labels:  github-api, react-router
OpenTrivia
Multiplayer quiz game demo using React and Opentdb API
Stars: ✭ 47 (+123.81%)
Mutual labels:  react-router, react-components
React Router Active Component
Factory function for React components which are active for a particular React Router route
Stars: ✭ 116 (+452.38%)
Mutual labels:  react-router, react-component
git-space
A web application to view Github's user profile.
Stars: ✭ 14 (-33.33%)
Mutual labels:  github-api, react-router
React-Netflix-Clone
A Fully Responsive clone of Netflix website built using React.JS as a Front-end & Firebase as a Back-end.
Stars: ✭ 91 (+333.33%)
Mutual labels:  react-router, react-components
whatsapp-clone-react
Build a WhatsApp Clone with React JS and FireBase.
Stars: ✭ 38 (+80.95%)
Mutual labels:  react-router, react-component
shared-react-components-example
An example of a mono-repository of shared React components libraries!
Stars: ✭ 85 (+304.76%)
Mutual labels:  react-component, react-components
React Router Ga
Google Analytics component for React Router
Stars: ✭ 66 (+214.29%)
Mutual labels:  react-router, react-component
React Router Form
<Form> is to <form> as <Link> is to <a>
Stars: ✭ 58 (+176.19%)
Mutual labels:  react-router, react-component
React Sight
Visualization tool for React, with support for Fiber, Router (v4), and Redux
Stars: ✭ 2,716 (+12833.33%)
Mutual labels:  react-router, react-component
React Movies App
🎥 React movie app finder || experimenting with ant-design
Stars: ✭ 58 (+176.19%)
Mutual labels:  react-router, react-components
Light Bootstrap Dashboard React
React version of Light Bootstrap Dashboard
Stars: ✭ 561 (+2571.43%)
Mutual labels:  react-router, react-components
React Router Util
Useful components and utilities for working with React Router
Stars: ✭ 320 (+1423.81%)
Mutual labels:  react-router, react-component
React Router Server
Server Side Rendering library for React Router v4.
Stars: ✭ 443 (+2009.52%)
Mutual labels:  react-router, react-component
React-Jupyter-Viewer
A react component to embed .ipyb notebooks in a blog or something
Stars: ✭ 50 (+138.1%)
Mutual labels:  react-component, react-components
cnode-react
a web app for cnode.org with react + react-router + react-redux
Stars: ✭ 23 (+9.52%)
Mutual labels:  react-router, react-components

GitHub Issue

A desktop application created with ElectronJS and ReactJS to be cross-platform to manage and track GitHub issues.

contributions welcome Feature Requests Bugs GitHub The MIT License

Git Issue

Built With

Prerequisites

  • Requires a node version >= 7 and an npm version >= 4.
  • If you have installation or compilation issues with this project, please see debugging guide

Install

First, clone the repo via git:

git clone --depth=1 https://github.com/mariorodeghiero/git-issue-react-electronjs.git your-project-name

And then install dependencies with yarn.

$ cd your-project-name
$ yarn

Note: If you can't use yarn, run npm install.

Run

Start the app in the dev environment:

$ yarn dev

OR

$ npm run dev

Packaging

You can debug your production build with devtools by simply setting the DEBUG_PROD env variable:

$ DEBUG_PROD=true yarn package

To package apps for the local platform:

$ npm run package

To package apps for all platforms:

First, refer to Multi Platform Build for dependencies.

Then,

$ npm run package-all

To package apps with options:

$ npm run package -- --[option]

To improve the usability of this App, you can create keyboard shortcuts to start quickly.

  • For Mac_OS use "Automator".
  • For Windows access "Properties" of the App.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Author

Contributors

Mário Rodeghiero

| Mário Rodeghiero

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].