Skip to content
/ pair-programming Public template

App that allows you to code with your peers.

Notifications You must be signed in to change notification settings

jenil123/pair-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains code for a pair programming app.

Using this app one can collaborate with his/her friends on some interesting problem.

This app can also be used as a coding interview practice app.

To run the application on your machine:

1. Clone the repo.

2. Run npm install

3. Go to server directory and run npm install

4. Start the backend server by

cd server and npm start

5. Start the react app by:

yarn start or npm start

Feel free to collaborate in the project.

Todo:

  • Single room app.
  • Multiple rooms
  • Persistent storage using mongoDB/LocalStorage.
  • Host the site
  • Give random question to a room.

Please find server code here and client code here