Skip to content

awanshrestha/MLH-Teaching-Hackathon

 
 

Repository files navigation

Teach Using Tech

Introducing Teach Using Tech

  • 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.

Table of Contents

Hosting
Tech Stack
Dev Environment Setup

Chat Documentation: https://github.com/sabil62/MLH-Teaching-Hackathon/tree/chat

✈️ Hosting

Project is currently hosted on:

🧰 Tech Stack

  • WebXR and three.js for VR development
  • HTML, CSS and Bootstrap for Front page
  • Twilio API for chat
  • Node and Express for server

🔨 Dev Environment Setup

Let's get the website up the running on your local machine.

0. Prerequisites

1. Clone repo

Clone the repo to your local machine

git clone https://github.com/sabil62/MLH-Teaching-Hackathon.git

2. Navigate to project directory

cd MLH-Teaching-Hackathon

3. Install Dependencies

npm install

4.Start Project

npm run dev

A browser window will automatically open up.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.3%
  • HTML 32.0%
  • CSS 19.7%