Solve problems together in real-time IDE and whiteboard with friends and colleagues. Join or create a room, invite your friends, and get ready to learn algorithms together. Chat and solve questions together. Once you're done, you can execute your code with our compilers!
https://secret-radio-dc2.notion.site/Code-Hangout-f16fec67886344bfaba824186e46927c
Frontend Deployment URL = https://codehangout.vercel.app/home/
Backend Deployment URL = https://codehangout.herokuapp.com/
- Solve Algorithms Collaboratively with your friends,
- Chat with Your Friends while Coding
- Visualize🎨 your Coding problem using Whiteboard
- Can be helpful in the interviews
Run the below command to clone the repo locally
git clone https://github.com/Vishv07/CodeHangout-Frontend.git
https://github.com/Vishv07/CH-Backend
npm install
npm start
create a new .env file and add following variables
REACT_APP_SERVICE_ID= // email js service ID
REACT_APP_USER_ID = // email js user ID
REACT_APP_ONLINE_JUDGE_API= // judge api key
REACT_APP_CODEHANGOUT_BACKEND_API= https://codehangout.herokuapp.com
and Run the application using below commands
//install all react dependencies
npm install
//fire up the server
npm start