The problem Love Bug solves
We all know that our Coding geeks might be charming their way in contests with their problem solving skills but when it comes to the emotional skills, not everyone is a pro. But that's not the complete case. There are people who are attracted to Analytically Smart people. So, we have come to the rescue of all such Coding enthusiasts who are confident enough on their technical skills to get matched with their best partner.
✔ How we solved it :
The primary identity of the website, i.e., the name is LoveBug. The programmers can solve an infinite number of problems on varying difficulty levels and will help them to easily connect with other people in their nearby locations. The website can track the current location of the users and the algorithm of the website will enable them to connect with the other users who stand in the LeaderBoard of LoveBug platform.
✔ Some Features of this Web Application:
- Personalised IDE with blazing fast compilation
- Real Time Location tracker
- Intuitive, responsive and enthralling UI
- Provides One-to-One Interactions and Group Chats
- Substantial Practice Set for Skill Development
Challenges we ran into
-
The biggest challenge was to take the real time location of the user, verify it and accordingly presenting the question on their screens. We used the Google Mpas API supported in Vue.JS to get the lattitudes and longitudes of the location and compare it with the location specified by the Organizer.
-
Another task which was a bit difficult was implementation of the IDE and code running facility for the contest. For this, we gave the option of choosing out of three given programming languages to attempt the problem. The task was completed using jDoodle.