/code-pad

Primary LanguageJavaScript

Offline first collaborative code editor built using React, Redux, Socket.io and NodeJS

[Live Demo] (http://www.code-pad.io/)

Setup

git clone https://github.com/tomhammers/code-pad.git
cd code-pad
npm install
npm start

Then navigate to localhost:3000 in your favourite browser

To run tests:

npm test

Further Development

  • Improve test coverage
  • Optimize performance
  • Additional languages
  • User authentication