Tired with the old texual passwords, here comes our solution to make your life simpler with emoji password. Just not that we understand you don't want to build up a backend for your authentication. We provide you a one stop to make your life simpler with prebuild component for authentication.
Install the Library in your react project
npm i react-password-memory
Import the component
import {SignUp} from 'react-password-memory';
Use it with ease
<SignUp secret_key={String} user_id={int} project_name={String} />
You're now ready to GO!
npm run start