https://github.com/parvezk/media-immersion
A data visualization project based on the research study by Associated Press and and Multimer data
https://github.com/parvezk/media-immersion
Last synced: 2 months ago
JSON representation
A data visualization project based on the research study by Associated Press and and Multimer data
- Host: GitHub
- URL: https://github.com/parvezk/media-immersion
- Owner: parvezk
- License: mit
- Created: 2017-12-05T02:23:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-30T23:19:41.000Z (almost 5 years ago)
- Last Synced: 2025-01-25T10:26:49.346Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Media Immersion Study
### Data Visualization Phase 3 Project
A data visualization project based on the research study by [Associated Press](https://www.ap.org/en-us/) and [Multimer data](http://multimerdata.com/). Link to the full report by Associated Press is [here](https://insights.ap.org/industry-trends/report-how-virtual-reality-will-impact-journalism)
**Get Started:**
### Installation
Required steps below:
Clone the project repository
```sh
git clone https://github.com/parvezk/datavis-phase3.git```
Download the project dependencies
```sh
cd datavis-phase3
npm install
```One the node modules are installed, run the project
```sh
npm start -s```
`npm start -s` to run the project
Runs the app in development mode.
Open http://localhost:3000 to view it in the browser.