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

https://github.com/rish-0-0/testiphony

Testiphony frontend. A site, to add reviews of products and get paid. Made by Rishabh Anand.
https://github.com/rish-0-0/testiphony

lit-element lit-html polymer prpl-pattern

Last synced: 5 months ago
JSON representation

Testiphony frontend. A site, to add reviews of products and get paid. Made by Rishabh Anand.

Awesome Lists containing this project

README

          

![built_with pwa–starter–kit_](https://img.shields.io/badge/built_with-pwa–starter–kit_-blue.svg)

# Testiphony

Testiphony is a review PWA where you can review and ask for reviews. [Progressive Web App](https://developers.google.com/web/progressive-web-apps/).

The app is built using [PWA Starter Kit](https://github.com/PolymerLabs/pwa-starter-kit). Using the shop-template as the starting point and the [wiki](https://github.com/PolymerLabs/pwa-starter-kit/wiki) for configuring and personalizing.

## Features/highlights

- credit based review buying.
- pattern for a real-life review asking and trading
- pattern for using custom announcers for accessibility

## Setup
```bash
$ git clone https://github.com/rish-0-0/testiphony.git
$ cd testiphony
$ npm i
$ npm start
```

## Build
```bash
$ npm run build
```

## Test the build
To test prpl-server build:
```bash
$ npm run serve:prpl-server
```
To test static build:
```bash
$ npm run serve:static
```