Skip to content

mdraselm325/savetext

Repository files navigation

Pastebin-Clone

This is a simple web application for sharing code or text with dynamic real-time updates. Users can input their text or code snippets, save them, and share the link with others.

Features

  • Real-time updates: The platform dynamically saves and updates the shared content.
  • Copy to Clipboard: Easily copy the shared content to your clipboard with the click of a button.
  • Raw Text: View the raw content with a dedicated "Raw" button.

Installation

  1. Clone the repository:

    git clone https://github.com/SatoX69/Pastebin-Clone
  2. Change directory to the project:

    cd Pastebin-Clone
  3. Install dependencies:

    npm install
  4. Start the application:

    npm start

Open the web application in your browser at http://localhost:3000, and the platform will be ready to use.

Usage

  1. Open the web application in your browser.
  2. Enter your text or code in the provided textarea.
  3. Click the "Copy" button to copy the content to your clipboard.
  4. Click the "Raw" button to view the raw content.

Languages Used

  • HTML
  • CSS
  • JavaScript (NodeJs)

Author

Mike Harrison

Inspired by SaveText and Pastebin and other creators who wrote similar code

License

This project is licensed under the MIT License - see the LICENSE file for details.

PS/N This is my First NodeJS Project after countless practice