Skip to content

Web app in development, a guide for a person that knows nothing about politics. Main functionalities are finding representative in area, information on officials and what bills they support, summary of various government bills. All data pulled through google civic api, oxford dictionary api, and ProPublica Congress api.

Notifications You must be signed in to change notification settings

iclaude3/poliTalk

 
 

Repository files navigation

Tech stack

Installing dependencies

Once this repo is cloned to your local drive, run the following command in your root directory, to install prescribed dependencies (located in package.json file):

npm install

In order to run the program on localhost:8080

In your root directory, run the command:

npm run react-dev

In another terminal window, run:

npm run server-dev

Must include:

keys.js file, with google civic API key

About

Web app in development, a guide for a person that knows nothing about politics. Main functionalities are finding representative in area, information on officials and what bills they support, summary of various government bills. All data pulled through google civic api, oxford dictionary api, and ProPublica Congress api.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%