Git Product home page Git Product logo

react-vr-museum's Introduction

vmuse

Explore art from around the world in VR by creating your own collection of art from the J. Paul Getty Museum and Rijksmuseum in the Netherlands. View high-resolution images of art in 2D and then jump into your own virtual gallery where you can see all your art with different 360° background.

View art exclusive art from around the world

viewart

Create a collection and add image to collection

addtocollection

View all collections in VR with just a single click

vrmode

Created by

Link to repositories

Install

First npm install to grab all the necessary dependencies.

Then run npm start and open localhost:7770 in your browser.

Production Build

Run npm run build and run git push heroku development:master

Structure

Root Directory

  • Procfile - for heroku
  • client - where source code for app lives (see below for details)
  • devServer.js - server for development
  • dist - distribution folder, npm run buld cleans and generates this folder
  • index.html - main HTML page
  • node_modules - third-party libraries managed by package.json and npm
  • package.json - config file for npm and holds various metadata relevant to the project
  • prodServer.js - production server used on heroku
  • readme.md
  • webpack.config.dev.js - development webpack config
  • webpack.config.prod.js - production webpack config

client folder

  • actions - action creators are stored here
  • components - React components
  • helpers - helper function for authentication (login/logout) using local storage
  • main.js - entry point for React app, where the routes are defined, store is imported
  • reducers - reducers are created here and combined in index.js
  • store.js - creation of store with middleware and enhancers
  • styles - stylesheets imported in main.js

API Schema

API Schema

Contribute

Visit development Trello board or email [email protected]

Trello Development

react-vr-museum's People

Contributors

christian-acuna avatar parinaz77 avatar john-winslow avatar lrrnlds avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.