Skip to content

mangalgithub/codecollab

Repository files navigation

Next.js TypeScript Web App with Text-to-Speech and Collaborative Code Editor

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.

Features

  • 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.

Installation

Clone your GitHub repository

git clone https://github.com/mangalgithub/codecollab.git

Navigate to the project directory

cd codecollab

Install dependencies for the frontend

npm install

Navigate to the server directory

cd server

Install dependencies for the server

npm install

Start the server

npm start

Open a new terminal window/tab (while the server is running) and navigate back to the project directory

cd ..

Start the frontend

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages