PasteBucket is a simple web-based application designed to help users create, edit, and manage text snippets or code directly in their browser. All data is stored in the browser's local storage, ensuring quick and easy access without the need for a server or backend.
- Create Snippets: Add new snippets for text or code.
- Edit Snippets: Update existing snippets with ease.
- Delete Snippets: Remove unwanted snippets quickly.
- Local Storage: All snippets are saved directly in your browser, making the app lightweight and backend-free.
- Responsive Design: Works seamlessly across desktops, tablets, and mobile devices.
- Frontend: HTML, CSS, JavaScript
- Storage: Browser Local Storage (No backend required)
- Clone the repository:
git clone https://github.com/Aparna-Singha/pastebucket.git - Navigate to the project directory:
cd pastebucket - Open in Browser:
Simply open the
index.htmlfile in your favorite web browser to start using PasteBucket.
-
Create a Snippet:
- Click on "New Snippet" and add your content.
- Save the snippet to store it in local storage.
-
Edit a Snippet:
- Select an existing snippet and make changes.
- Save to update it in local storage.
-
Delete a Snippet:
- Choose a snippet and click "Delete" to remove it permanently.
- Local Only: Snippets are stored only on your device. Clearing browser storage will remove all saved snippets.
- No Search/Share: There are no features for searching or sharing snippets.
We welcome contributions to improve PasteBucket. Here's how you can contribute:
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature-name - Commit your changes:
git commit -m "Add feature-name" - Push the changes:
git push origin feature-name - Open a pull request with a detailed explanation of your changes.
This project is licensed under the MIT License. See the LICENSE file for details.
PasteBucket - A lightweight snippet manager for your browser!
