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.
- 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.
-
Clone the repository:
git clone https://github.com/SatoX69/Pastebin-Clone
-
Change directory to the project:
cd Pastebin-Clone
-
Install dependencies:
npm install
-
Start the application:
npm start
Open the web application in your browser at http://localhost:3000, and the platform will be ready to use.
- Open the web application in your browser.
- Enter your text or code in the provided textarea.
- Click the "Copy" button to copy the content to your clipboard.
- Click the "Raw" button to view the raw content.
- HTML
- CSS
- JavaScript (NodeJs)
Mike Harrison
Inspired by SaveText and Pastebin and other creators who wrote similar code
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