- An immersive way of teaching learning style, where teachers can teach the students with immersive VR experiences using the web.
- The web application provides a platform for teachers to enter the immersive VR experience within web browser and help to teach students in an immersive way, by drawing different objects and generating different shapes.
- It also provides a chat option using Twilio API to chat using the class.
‒ Hosting
‒ Tech Stack
‒ Dev Environment Setup
Chat Documentation: https://github.com/sabil62/MLH-Teaching-Hackathon/tree/chat
Project is currently hosted on:
- https://teachusing.tech/ (Thank you Domain.com!)
- https://bestwayto.study/ (Thank you Godaddy!)
- Chat URL: https://mlh-hack-chat.azurewebsites.net/chat/
- WebXR and three.js for VR development
- HTML, CSS and Bootstrap for Front page
- Twilio API for chat
- Node and Express for server
Let's get the website up the running on your local machine.
- Install Node.js
Clone the repo to your local machine
git clone https://github.com/sabil62/MLH-Teaching-Hackathon.git
cd MLH-Teaching-Hackathon
npm install
npm run dev
A browser window will automatically open up.