Skip to content

JPRMohnish/CodeDrills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Drills

Project setup

yarn install || npm install

Compiles and hot-reloads for development

yarn serve || npm run serve

Backend Setup

Repository for Backend of mock Apis https://github.com/JPRMohnish/BackendforCodeDrills
Follow setup instructions on that repository
basic commands are like
open a new terminal window.

git clone https://github.com/JPRMohnish/BackendforCodeDrills.git
cd BackendforCodeDrills
npm install
npm start

Project Specifications

Scoreboard Features

Link http://localhost:8080/scoreboard?id=1234

  • Custom Sort
  • Filteration for problems and participants
  • Sort for every field

Screenshot 2021-09-04 at 12 46 36 AM

Screen.Recording.2021-09-04.at.12.46.53.AM.mov

Submission Page

Link http://localhost:8080/submission?id=1234

  • Test Cases Table
  • Submission Table
  • CodeMirror Code Syntax Highlighting feature

Screenshot 2021-09-04 at 12 51 55 AM

About

Assignment Solution to cODEdRILLS front End Task.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors