View the live project: https://cs290finalsnidervanelli.herokuapp.com/
Skew is an application that crowd-sources information about the political bias of newspapers. In an increasingly digitized world plagued by false information, the integrity of publications must be critically evaluated by the general public now more than ever. Skew helps users visualize trends in public sentiment with regards to the political leanings of publications, so they can make informed decisions about the content they read online. Made with Veutify, Firebase, and Chart.js.
#First clone this repository to your local machine. Then cd into the clone's directory and do the following:
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
- Create an account.
- Vote on the political bias of a newspaper.
- Share whether you agree with other users about the bias of a newspaper.
- Visualize crowd-sourced data.
- Review statistics about your voting history, and potentially, your own personal bias.