- A web application that aims to target all students around the globe with a passion to learn computer science.
- The application provides a platform for students as well as expert personnel to join and create a supportive community which helps each other solve problems as well have healthy discuss about technology related topics.
- It provides a collaborative working space in the form of a code-editor and compiler along side a video chat window to help people connect in a more fruitful manner.
‒ Hosting
‒ Tech Stack
‒ Dev Environment Setup
Project is currently hosted on Azure.
Live URL:
- React.JS and CSS
- Node.JS, Express and Firebase
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/studpeps/3.0.2-Orientation-Hackathon.git
Navigate to project directory
cd client
npm install
npm start
cd server
npm install
nodemon index.js
cd server
npm install
npm run devrtc
A browser window will automatically open up with a live-reloading preview of the code.