Skip to content
This repository was archived by the owner on Aug 19, 2021. It is now read-only.

lhocke/CodeClash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

131 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeClash

CodeClash is an interactive coding quiz that uses CodeMirror and MySQL to give a user a problem, take the user's input and run a series of test cases to determine the validity of the solution. By storing the test arguments and expected values rather than attempting to match input exactly we are able to check for a number of possible answers.

CodeClash uses npm pacakges sequelize, express, mysql2, bcrypt, passport, body-parser, and method-override.

Walkthroughs

Arena

The Arena uses CodeMirror to provide the user with a text editor and grabs the user input to check against a series of arguments and expected values. If the function fails, the user will be provided with an error and the number of failed tests.

Arena Fail Check

Arena Success Check

Demo

Code

About

CodeClash!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors