9ec5021dea6e270032973e7f88a1346372be7687
New algorithm: - User sends a request to create a room in the backend - roomID is generated in the backend - server responds with a roomID - user stores it in the localStorage and is redirected to the game page Changes made in this commit Previously there was no api endpoint for room creation. Now the API is utilized by the ChallengeFriend.jsx component as per the above algorithm
Languages
JavaScript
99.1%
HTML
0.5%
TypeScript
0.4%