Our mission is to create an equitable electoral process by providing comprehensive, multilingual, and user-friendly information to immigrants and first-time voters, ages 18 to 30. We created an application that informs voters in Boston of who is running in their district’s next election.
We created this app in 24 hours during the 2024 Tech for Change Hackathon, co-hosted by BU and Howard University in partnership with Tech for Change.
Abhinav Pandey, Victoria Bordiuk, Kim Magidhi, Brooke Wager, Jen Ziel
Check if you have npm installed with the command
npm -v
If you do not have npm, you can install it with
npm install -g npm
git clone https://github.com/CivicTechHackathon2024/voter-guide-fe.git
npm start
and open http://localhost:3000 to view the project in your browser
This project was bootstrapped with Create React App.