This web application is built using Next.js and TypeScript and includes text-to-speech functionality using Hugging Face's API. It also features a collaborative code editor using Socket.io for real-time collaboration.
- Text-to-speech functionality powered by Hugging Face API.
- Collaborative code editor with real-time updates using Socket.io.
- Responsive design for a seamless experience across devices.
git clone https://github.com/mangalgithub/codecollab.git
cd codecollab
npm install
cd server
npm install
npm start
Open a new terminal window/tab (while the server is running) and navigate back to the project directory
cd ..
npm run dev