Simple surveys creator and feedback app. Create surveys 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
CleanShot.2023-03-26.at.13.44.48.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