1.0.0 • Published 9 months ago

feedback-form-package v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

Feedback Form Package

A package to get feedbacks from your customers and send them via an api you gived.

Features

  • Cross platform

Deployment

If you locate NPM_AUTOMATION_TOKEN with your npm token to your github secrets, when you push to main branch github actions will run tests and publish a new version of package.

Usage/Examples

This package is written as web componnet so its Cross platform.

Install feedback-form-package with npm

  npm install feedback-form-package

You can use the package by adding custom element to your code with serviceHostName prop.

For example;

import 'feedback-form-package'
import 'feedback-form-package/build/style.css'

function App() {
  return (
    <div>
        <feedback-form serviceHostName='hostnameOfYours'/>
    </div>
    );
}

Development

Clone the project

  git clone https://github.com/DevelopmentHiring/EdaCeltukEsen.git

Go to the project directory

  cd EdaCeltukEsen/feedback-form-package

Install dependencies

  yarn

Start the server

  yarn start

Running Tests

To run tests, run the following command

  yarn test

Tech Stack

TypeScript, SCSS

Demo

Insert gif or link to demo