Skip to content

uttom-akash/coding-interview-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Interview Server

Client Repository

Coding Interview Client Application

prerequisite

  • redis db server

Run Instruction

  • git clone https://github.com/i-akash/Coding-Interview-Server-Applcation-Cefalo.git
  • git clone https://github.com/i-akash/Coding-Interview-Client-Applcation-Cefalo.git
  • cd Coding-Interview-Client-Applcation-Cefalo
  • npm install
  • npm start

Demo

click on the gif to see video

Demo CountPages alpha

Docs

Create Problem Tab

  • Input Constraint ( format : json )

    • Example

      {
        "arrayLength": "int",
        "array": "[string]"
      }
      {
        "str1": "string",
        "str2": "string"
      }
      {
        "a": "float",
        "b": "int"
      }

Features

  • code selection, inline code format, emoji
  • custom input and test case support with python and js
  • multiple room support
  • public and private room