A dead-simple real-time voting tool.
Find a file
2024-04-09 11:11:37 -06:00
app One small branding fix 2024-04-09 11:11:37 -06:00
public Moved to svg 2024-04-02 23:45:27 -06:00
.dockerignore Old stuff 2023-11-29 12:43:52 -07:00
.env.example Moved to Fly Postgres 2024-01-06 00:37:58 -07:00
.eslintrc.cjs Old stuff 2023-11-29 12:43:52 -07:00
.gitignore Cache optimization 2023-12-14 17:11:07 -07:00
.npmrc Old stuff 2023-11-29 12:43:52 -07:00
bun.lockb Rename to Pollo! Bumped to v5! 2024-04-09 11:09:51 -06:00
CODE_OF_CONDUCT.md Forgot these... oops... 2023-11-29 12:44:14 -07:00
drizzle.config.ts Moved to Fly Postgres 2024-01-06 00:37:58 -07: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 Rename to Pollo! Bumped to v5! 2024-04-09 11:09:51 -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 Rename to Pollo! Bumped to v5! 2024-04-09 11:09:51 -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: Fly
  • 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.