Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.
/ Pastebin-Clone Public archive

Pastebin Clone (SaveText) with Dynamic in real time text pasting/copying and uploading raw text

License

Notifications You must be signed in to change notification settings

SatoX69/Pastebin-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

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

About

Pastebin Clone (SaveText) with Dynamic in real time text pasting/copying and uploading raw text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published