Skip to content

xxxCommando/all-about-vr

Repository files navigation

All About VR · MIT licensed GitHub issues GitHub stars Docker Image Size (latest by date)

https://all-about-vr.com

All you need to know about VR in one react application.

Features

Authors

Why we decided to create All about VR ?

Bleuh · Passionate JavaScript Developer

I wanted to create a place where people can find all any informations about VR because I had enough of asking which is the best VR headset for my setup to people online. So I'm one of All about VR users.

xCommando · Web Developer

As a junior developer, I wanted to do a side project to learn new things. With this project and thanks to my experimented friend Bleuh I have improved my skills using React and how to code in a clean way.

Pouleyy · Backend Developer

I wanted to help my friends on this project that could assist people decision. Moreover it was an opportunity to discover Typescript and React. Now I'm up to date on Javascript eco system and some CI/CD stuff.

Project architecture

  • React
    • Ant design
    • Scss
    • Redux
  • Data
    • Mongodb (api)
    • Self hosted images
  • Docker
    • Developement
    • Prod deployment
  • CI and server
    • Github action
    • Dockerize on Docker Hub
    • Traefik (https)
    • Ouroboros (update)

How to launch localy

# Clone the project
git clone https://github.com/Bleuh/all-about-vr

# Install dependencies
yarn

We recommanded to use docker to launch the project. You can find the install process here.

Before starting the project, do not forget to add the necessary information in your .env.

docker-compose up -d

If you are not familiar with docker or don't have docker, you can use the default yarn start.

Contributing

Give us your feedback and don't hesitate to create an issue.

If you browse All about VR, what will be usefull for use in your issue :

  • Mistake
  • Inconsistent data
  • Error
  • Improvements