Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.01 KB

README.md

File metadata and controls

42 lines (33 loc) · 1.01 KB

CodeBoard

Link:

https://code-board-adg1.vercel.app/
(https://vercel.com/dashboard)

Features

  1. Compiles code in 46 programming languages
  2. 56 Themes available for the area of code editor
  3. Dedicated UI for output and input
  4. Shows output details: Status, Memory and Time taken by program
  5. Compiles Code on Ctrl + Enter (Keypress Events)
  6. A drawing tool to scratch up the thoughts
  7. White board supports
    (i) pencil
    (ii) size of pencil
    (iii) color of pencil
    (iv) clear
    (v) erase
  8. In App Notification.
  9. Highly Responsive.

Sneak peek

image

Try in your local

  1. git clone https://github.com/Deaddemon/CodeBoard.git
  2. cd my-app
  3. npm install
  4. touch .env
  5. populate these enteris inside .env
    REACT_APP_RAPID_API_URL
    REACT_APP_RAPID_API_HOST
    REACT_APP_RAPID_API_KEY
  6. npm start
  7. now your app is running on http://localhost:3000/