Website in which you can scroll through factchecks that have been scraped from newssites.
Created with React. Uses an API that I've made with Python.
This app requires Node.js & npm.
Run these commands in the app's root directory to start the React app:
npm install
npm run build
npm start