This is the frontend application for the ScribbleText messaging website. It provides a user-friendly interface for interacting with the messaging features of the backend server.
- User Authentication: Secure user registration and login.
- Real-Time Messaging: Instant messaging between users and group chats.
- React: JavaScript library for building user interfaces.
- Socket.io-client: WebSocket client for real-time communication.
- Axios: HTTP client for making requests to the backend server.
- React Router: Routing library for navigating between pages.
-
Clone the repository:
git clone https://github.com/sibsankar-de/scribbletext.git cd scribbletext -
Install dependencies:
npm install
To start the development server, run:
npm start