Fixing up the go code, adding initial work for the stats pages, adding a function to pre-populate the database with some example polls for testing. Will be removed later

This commit is contained in:
2026-01-25 19:45:56 -05:00
parent 8b5940741c
commit b39a094d92
11 changed files with 821 additions and 337 deletions

View File

@@ -12,7 +12,8 @@
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router": "7.12.0",
"react-scripts": "5.0.1"
"react-scripts": "5.0.1",
"recharts": "^3.7.0"
},
"scripts": {
"start": "react-scripts start",