Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.1 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.1 KB

Description


The platform was created for the first round of crackathon 2019, an annual contest held by codecell. It lets a team login with an alredy generated username and password after which the user is given a jumbled code that he is supposed to rearrange to get the proper order of the code. The user is awarded with 100 points for a correct answer and penalized with 10 points for a wrong submission.


Installation

  • Install dependencies
        npm install
  • To start the development server
        npm run start
  • To build the app for production
        npm run build

Contributing

We're are open to enhancements & bug-fixes 😄 Also do have a look here


Contributors