Skip to content

farooqpk/Talker-frontend

Repository files navigation

Talker Frontend

This is the Talker frontend for a real-time chat application built with Node.js and Socket.IO.

Prerequisites

  • Node.js
  • npm

Installation

  1. Clone the repository:

    git clone https://github.com/farooqpk/talker-frontend.git

  2. Navigate to the project directory:

    cd talker-frontend

  3. Install dependencies:

    npm install

Usage

Start the development server:

npm run dev

The application will be available at http://localhost:5173.

To create a production build:

npm run build

The built files will be in the dist directory.

npm start

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a pull request

Contact

License

This project is licensed under the MIT License.

Disclaimer

This project was developed for educational and personal learning purposes.
It is provided as-is under the MIT License. The author is not responsible for any misuse, illegal activity, or violations of laws caused by deploying or modifying this application. Use responsibly and at your own risk.