senatevotes

A website tracking the popularity of the USA's Senate votes

Stars
0

Tracking Unpopular Senate Votes

https://senatevotes.us helps visualize how many votes in the US Senate have been unpopular over the past years.

Development

With Node.js 12+ installed, run the following commands:

$ npm i
$ npm run dev

The website should be visible at localhost:3000

This is a Next.js website that uses the Static Site Generation methods added in version 9 - reading the official documentation will help you understand the structure.