Encuestas
Link to the applicationFull-Stack web application for creating and applying surveys.
You can create surveys without logging in, and the application provides a link to share it with the people you want to survey. Also, a link with the survey results is provided.
The application is developed with App Router from Next.js 13 and server actions.
- Tech stack:
- Next.js
- tailwindcss
- postgreSQL
- TypeScript
Images
Interesting Parts
Share links
Every time a survey is created, two links linked to the survey are generated. This link can be shared through native functions or copied.
Styles in the results
To facilitate the visualization of the results, a bar appears behind each result with a size corresponding to the percentage of votes.
Deployment
The application is deployed on Vercel. Link to the application.
Application source code
The code is open source and available on GitHub: Link to the code on GitHub