Skip to content

An online code editor for interviews, troubleshooting, teaching & more…

Notifications You must be signed in to change notification settings

devmohit-live/PeerCoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Badge Website Badge

Overview 👀

  • Real time code syncing among peers 👨‍💻
  • Executes code in Java, Python, C++, C 💻
  • Real time video and audio call 📹
  • Peers can have different themes for same environment 📹
  • Clean UI ⚡

What is Peer Coder? 🤔

Remote pair programming is something developers have grappled with since well before the pandemic began.

Peer Coder is ideal for Online Interviewing of Developers as well as Learning to code from Friends.

An online code editor for interviews, troubleshooting, teaching & more…

How it works? 🤔

  • open the website https://peercoder.netlify.app/
  • Click Room url button and copy the url given in the prompt
  • Share that url with your peers and enjoy coding

Dependencies 🗃

Run Locally 💻

> Clone the repo
    >> For Windows: Git Bash
    >> For Linux: Terminal
    >> git clone https://github.com/devmohit-live/PeerCoder
    >> cd peer-coder
> Install all dependencies
    >> npm i
> Spin the server on port 4000
    >> cd backend
    >> npm start
> Spin the react on port 3000
    >> cd frontend
    >> npm start
> Visit the website on http://localhost:3000/