This repo is for Dedline.io, an open source application for tracking and sharing US voter registration information and deadlines.
All this code/info, including the JSON file that has all the 2022 voter registration deadlines (to my knowledge) is available for open source. My hope is that at least this data is helpful in getting the word out to get people registered to vote.
You should have Node and npm installed on your machine!
npm install
npm start
// The project should then be running on port 3000.
This project was bootstrapped with Create React App, is built on React, and the routing's done with React Router v6.
Feel free to open any issues or updates in the issue section. Doesn't have to be just code related (although that's appreciated!), can be copy/design/product related, anything that you think might help make this project more helpful to others.
Contributions are appreciated and welcome! Thank you for considering contributing to this project.
- Fork this repo and create your branch from
main
. - Feel free to create whatever changes that you think will benefit the project (and/or address any issues that are open!), please make sure that your code is formatted to pass any linting tests and that it runs!
- Go ahead and open a PR!
Be nice!