Simple survey creator and feedback app. Create forms using emojis 😍.
It can be used to collect information about the well-being of employees or to collect feedback from customers.
Check application live here
FormsLab.Demo.mp4
npm install
- install projectnpm run dev
- run project locallynpm run test
- run all testsnpm run lint
- check code lintsnpm run lint-fix
- try to solve lints errors automatically