This site is an interactive and responsive database that allows users to see contributions made to candidates in the 2018 Colorado governor's race. The data was taken from the Colorado Secretary of State and includes monetary and non-monetary contributions to the candidates.
Technologies used:
- JavaScript ECMAScript 6
- React.Js
- Fetch Async/Await
- SWAPI Api
- Jest/Enzyme for testing
To use:
- Install the dependencies
- Download or clone, move into the directory and and type "npm install" in the terminal
- Start up the development server
- Once installed type "npm start" to get the development server up and running
- See the project
-
Once the server is running, you can visit:
-
http://localhost:8080/webpack-dev-server/to run your application. -
http://localhost:8080/webpack-dev-server/test.htmlto run your test suite in the browser.
