/react-codepen-server

Server side code for the web application built using the MERN stack

Primary LanguageJavaScript

react-codepen-server

Server side code for the full-stack clone of Codepen built using the MERN stack, with Redux for global state management. Features include:

  1. Testing HTML/CSS/JS code snippets directly from the browser, with the help of Codemirror
  2. User authentication using JWT
  3. Saving / deleting pens
  4. "Liking" pens
  5. "Starring" pens for future reference

Demo: React-Codepen

Client side code at react-codepen-client