This tool will give you an overview of the Detailed Receipts that a candidate files with the North Carolina Sate Board of Elections. It will only work with a CSV format of the data that has not had the headers modified.
This was created with the intent of learning how to work with csv data and Javascript.
- Clone or download this repo.
- Make sure you have the most recent version of python installed.
- In your terminal, go the this cloned directory on your computer.
- Run python -m http.server to run a local server.
- Upload your csv.
There is example data in the /data folder. Check to see if your headers match up with that dataset.
The tool Papa Parse is used for this project.