A React-based real-time room joining app that lets users join rooms using a unique code.
This project demonstrates clean routing, responsive UI, and component-based architecture.
✔ Join a room using a code
✔ Clean UI with React components
✔ Modern React project structure
✔ Ready for deployment on platforms like Vercel or Netlify
- React.js
- JavaScript (ES6+)
- CSS
- React Router
- Node.js (for development)
- Clone the repo:
git clone https://github.com/charuljain02/Roomify.git
- cd Roomify
- npm install
- npm start
my-app/ ├── public/ ├── src/ │ ├── pages/ │ ├── room/ │ ├── App.js │ ├── index.js │ └── App.css ├── .gitignore ├── package.json ├── package-lock.json └── README.md
You can deploy this app with services like: ✔ Vercel
Charul Jain GitHub: https://github.com/charuljain02