An open API service indexing awesome lists of open source software.

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

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

![Survey tab](https://giuniperoo.github.io/team-pulse/survey-tab.png)
![User Profile tab](https://giuniperoo.github.io/team-pulse/user-profile-tab.png)

## 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
```