Reactor is a simple React component that allows you to react on a component with an emoji and an optional comment.
https://reactor-fawn.vercel.app
-
npm i -
npm run dev
import Reactor from './components/Reactor'
<Reactor>
{/* Your content goes here */}
</Reactor>