This project is a presidential election results simulator with an interactive map displaying electoral votes by state. Motivation is to demonstrate data visualization using React and D3. Votes are currently determined using a random vote generator, with the eventual goal of using historial datasets and/or other criteria to predict results.
Live demo: https://react-d3-usa-map.netlify.com
To run this project, install it locally using yarn:
$ yarn install
$ yarn dev
Project created with:
- Next.js
- D3.js