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.
- 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.