1.0.0 • Published 2 years ago
feedback-form-package v1.0.0
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-packageYou 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.gitGo to the project directory
cd EdaCeltukEsen/feedback-form-packageInstall dependencies
yarnStart the server
yarn startRunning Tests
To run tests, run the following command
yarn testTech Stack
TypeScript, SCSS
Demo
Insert gif or link to demo
1.0.0
2 years ago