https://github.com/giuniperoo/team-pulse
Desktop menu-tray app that enables periodic surveys to be published and completed by clients
https://github.com/giuniperoo/team-pulse
electron firebase react redux
Last synced: 3 months ago
JSON representation
Desktop menu-tray app that enables periodic surveys to be published and completed by clients
- Host: GitHub
- URL: https://github.com/giuniperoo/team-pulse
- Owner: giuniperoo
- License: mit
- Created: 2017-01-24T12:42:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T09:30:38.000Z (about 9 years ago)
- Last Synced: 2025-06-10T20:24:34.097Z (about 1 year ago)
- Topics: electron, firebase, react, redux
- Language: JavaScript
- Homepage: https://giuniperoo.github.io/team-pulse/
- Size: 4.98 MB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Team Pulse
Desktop menu-tray app that enables periodic surveys to be published and completed by clients. For example, an organization may seek ongoing, regular feedback from employees in the form of questions repeated on a weekly basis.
App is asymmetric, in that normal users see a survey and personalized profile, whereas organization administrators can (1) see aggregate survey data and responses from individual employees, (2) edit survey content and control the interval in which they are published, and (3) handle user account creation / deletion.
Concept by J. Scull
Original design by T. Crivellari
Project forked from [electron-react-boilerplate](https://github.com/chentsulin/electron-react-boilerplate)
## Screenshots


## Install & Run
#### Clone the repo:
```bash
git clone https://github.com/giuniperoo/team-pulse.git
```
#### Install dependencies:
```bash
$ cd team-pulse && npm install
```
or
```bash
$ cd team-pulse && yarn
```
#### Run
Development mode:
```bash
$ npm run dev
```
Production mode:
```bash
$ npm run build
$ npm start
```