arangace / CreamCat

SOFTENG750 project team CreamCat
MIT License
0 stars 3 forks source link

Join room page functionality #15

Closed arangace closed 3 years ago

arangace commented 3 years ago

Created joinroom page reference to issue #7 Data is stored as a JSON object ready to send to backend

Akunda-p commented 3 years ago

The backend is already there, so maybe you could try connecting to the backend using post('http://localhost:3000/api/room/join/') :)

nivekyee commented 3 years ago

Getting a bunch of validateDOMNesting errors: Warning: validateDOMNesting(...): <form> cannot appear as a descendant of <p>. I have identified that it is caused by the Card Bootstrap component and having the Form inside of its . However, I don't have much knowledge on Bootstrap so @arangace can you look into it and maybe it might be a quick fix.