Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harveyd/bruce-hall-vr-2
An interactive tour of now destroyed residential college - Bruce Hall.
https://github.com/harveyd/bruce-hall-vr-2
Last synced: 21 days ago
JSON representation
An interactive tour of now destroyed residential college - Bruce Hall.
- Host: GitHub
- URL: https://github.com/harveyd/bruce-hall-vr-2
- Owner: HarveyD
- Created: 2018-05-05T12:13:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T19:23:54.000Z (over 4 years ago)
- Last Synced: 2024-12-09T02:29:13.932Z (25 days ago)
- Language: TypeScript
- Homepage:
- Size: 13.9 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bruce Hall VR Tour 2
![BruceHallVR2](https://i.imgur.com/qen7uzg.jpg)This is the second iteration of my Bruce Hall VR Tour. The first project can be found [here](https://github.com/HarveyD/bruce-hall-vr).
The first iteration of the project was made using JQuery. I wasn't 100% happy with how it turned out and wasn't happy how unstructure the code was. I decided to revisit how the website looked in a new project. I also took this opportunity to use React which I am currently learning.
Instead of using a map view, I decided to just go with a more simple UI consisting of a bunch of boxes, with each representing a section of Bruce Hall. Clicking on the box will load the according 360 degree photo. I found this looks much better and gives a better user experience.
This project was made using [Create React App](https://github.com/facebook/create-react-app).
## Live Page
**In Development**## Development
1. `npm run start`## Production
`npm run build`