Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.99 KB

File metadata and controls

25 lines (18 loc) · 1.99 KB

CodeTrails

Django Python JavaScript

CodeTrails is a web application for online quizzing, where participants can choose one of the three paths, that will lead them to their next question of doom 😁. This application has an admin panel which can be used to monitor participants as well as setting up, editing, and removing trails, questions and user profiles.

Features

  • User Authentication : Login & SignUp with Google Captcha protection.
  • Frontend UI : Minimal UI based on HTML, CSS and JS.
  • Live Leaderboard : Leaderboard updates using time data stored in database.
  • Dynamic Contest Timings : Timings can be updated on the go with ENV variables.
  • Protection : Answers are never brought into browser, they are evaluated in backend only.

Screenshots

Home

SignUp & Login

LeaderBoard

Admin Panel