Skip to content

LeetArena is a platform where users can create custom rooms, select LeetCode questions, and compete with their friends. Basically adding multiplayer feature to Leetcode

Notifications You must be signed in to change notification settings

theyashwanthsai/leetArena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leetArena

Overview

LeetArena is a platform where users can create custom rooms, select LeetCode questions, and compete with their friends. This project is built using Node.js for the backend and HTML for the frontend, with Socket.IO facilitating real-time communication between users in the same room.

Features

  • Create and Join Rooms: Users can create custom rooms and share the room code with friends. They can also join existing rooms using the provided room code.
  • Select LeetCode Questions: In each room, users can collaboratively select LeetCode questions they want to include in the contest.
  • Real-time Chat: The platform features a real-time chat system using Socket.IO, allowing users in the same room to communicate seamlessly.
  • Start Contests: Once users are ready, they can start a coding contest in the room, solving the selected LeetCode questions within a specified time frame.

Technologies Used

  • Node.js: Used for the backend server, handling room creation, user management, and real-time communication.
  • Socket.IO: Facilitates bidirectional communication between the server and clients, enabling real-time updates and notifications.
  • HTML/CSS/JavaScript: Frontend is built with HTML for structure, CSS for styling, and JavaScript for dynamic content and interaction.

Todo

  • Add timer
  • Refresh problem
  • custom problemset (soon)
  • empty room or username issue
  • ready and start button
  • make mobile responsive
  • after start, the questions added should be displayed
  • bug - Chat function, collaboratively add problemsSet
  • if one presses start, does the leaderboard show to everyone? even those who are not participating?
  • Tests

About

LeetArena is a platform where users can create custom rooms, select LeetCode questions, and compete with their friends. Basically adding multiplayer feature to Leetcode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published