1.0.2 • Published 1 year ago

ca-feedbacky v1.0.2

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Feedbacky

This react application is designed to collect feedback from your users. With your own backend service, you can list that feedback.

Demo

https://codesandbox.io/s/ca-feedbacky-demo-ob5dcu

Import your project

  1. Install package
yarn add ca-feedbacky
  1. Import dependency
import { Feedbacky } from "ca-feedbacky";
  1. Use component
// apply your custormerId
<Feedbacky customerId="****"></Feedbacky>

Watch Feedbacks

All feedback is stored in our database. If you want to see the feedback given to you, visit the below link with your unique customerId

https://feedbacky-backend.onrender.com/api/feedbacks/`customerId`

Dev - Installation

To run the Feedbacky app locally, follow these steps:

  1. Install the dependencies:
yarn
  1. Start the development server:
yarn start
  1. Open your web browser and visit http://127.0.0.1:5173 to access the app.
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago