The purpose of this app is to give an overview of the current most popular VR Headsets. Basic technical specification is provided alongside an official commerial video. The user is able to rate the headsets of interest.
-
React360 is used in this application for the front-end.
-
AWS S3 is used to store the videos and images.
-
The API calls are made to a PostgreSQL database.
-
A Node.js/Express server with routers handles the endpoints.
-
Clone this repository
-
In the terminal, change to the directory on your computer that contains this repo
-
Install dependencies:
npm install -
Start the app in a web browser:
npm start
- Works in any common desktop browser. Use the mouse to navigate.
- Works on Android devices.
- Known Issue: Video and audio do not work on iOS devices.
- As a full VR app, it works with the Supermedium browser:
- Install Supermedium on SteamVR - https://store.steampowered.com/app/803010/Supermedium__Virtual_Reality_Browser/
- Install Supermedium on Oculus devices - https://www.oculus.com/experiences/rift/1629560483789871/
- Inside Supermedium add the web page to favorites to open.
