https://github.com/asdfjkalsdfla/gavotesfrontend
enables viewing Georgia voting and early voting results
https://github.com/asdfjkalsdfla/gavotesfrontend
deck-gl react
Last synced: 5 months ago
JSON representation
enables viewing Georgia voting and early voting results
- Host: GitHub
- URL: https://github.com/asdfjkalsdfla/gavotesfrontend
- Owner: asdfjkalsdfla
- License: mit
- Created: 2020-11-17T02:00:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-11T17:21:35.000Z (5 months ago)
- Last Synced: 2026-01-11T17:28:01.439Z (5 months ago)
- Topics: deck-gl, react
- Language: TypeScript
- Homepage: https://georgiavotesvisual.com
- Size: 5.78 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Georgia Votes Visual
This project enables visualizing election results and early voting in the State of Georgia.
## License
[MIT](LICENSE).
## Data Sources
- Shape Files from Legislative and Congressional Reapportionment Office (http://www.legis.ga.gov/Joint/reapportionment/en-US/default.aspx)
- Voter Absentee File from GA SOS (https://elections.sos.ga.gov/Elections/voterabsenteefile.do)
- Election Results from MIT Election Data and Science Lab (https://github.com/MEDSL)
- Census Data
## Development
### Libraries Utilized
- React
- deck.gl
- recharts
- mapbox.gl
### Available Scripts
In the project directory, you can run:
#### `pnpm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
#### `pnpm test`
Launches the test runner in the interactive watch mode.
#### `pnpm run build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!