A dead-simple real-time voting tool.
Find a file
2024-06-07 16:09:03 -06:00
app Fixed broken clerk provider 2024-05-22 13:53:11 -06:00
public Dockerified! 2024-05-16 22:24:37 -06:00
.dockerignore Old stuff 2023-11-29 12:43:52 -07:00
.env.example Dockerified! 2024-05-16 22:24:37 -06:00
.eslintrc.cjs Old stuff 2023-11-29 12:43:52 -07:00
.gitignore Dockerified! 2024-05-16 22:24:37 -06:00
.npmrc Old stuff 2023-11-29 12:43:52 -07:00
CODE_OF_CONDUCT.md Forgot these... oops... 2023-11-29 12:44:14 -07:00
docker-compose.yml ?!?!?!?! 2024-06-07 16:09:03 -06:00
Dockerfile >:( 2024-06-07 16:00:34 -06:00
drizzle.config.ts Updated Drizzle config 2024-06-03 17:04:28 -06:00
env.d.ts vite 2023-12-15 10:44:20 -07:00
LICENSE Forgot these... oops... 2023-11-29 12:44:14 -07:00
package.json Dependency bump 2024-05-22 13:38:34 -06:00
pnpm-lock.yaml :| 2024-06-07 16:02:54 -06:00
postcss.config.cjs Fixed CSS 2023-11-29 12:44:14 -07:00
postcss.config.js vite 2023-12-15 10:44:20 -07:00
README.md Dockerified! 2024-05-16 22:24:37 -06:00
SECURITY.md Forgot these... oops... 2023-11-29 12:44:14 -07:00
tailwind.config.ts Optimization 2024-04-02 23:26:13 -06:00
tsconfig.json Vite exclude 2023-12-19 16:12:10 -07:00
vite.config.ts Oopsie! 2024-03-19 12:32:42 -06:00

Pollo

A dead-simple real-time voting tool.

Stack

  • Front-end framework: Remix
  • Front-end library: React
  • Rendering method: SSR
  • Hosting: ???
  • ORM: Drizzle ORM
  • Database: Postgres

Versioning

  • I use a bastardized version of semantic versioning. I jump to a new minor release whenever I feel like I made enough patch releases.
  • All released are named using the corperate BS generator, found here.

Contributing

Feel free to propose changes via PR. I'm not awfully picky about formatting right now, so I'll accept/reject on a case-by-case basis. Please make sure to have an issue first though.