Skip to content

Aparna-Singha/pastebucket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PasteBucket

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.

Features

  • 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.

Tech Stack

  • Frontend: HTML, CSS, JavaScript
  • Storage: Browser Local Storage (No backend required)

Installation

  1. Clone the repository:
    git clone https://github.com/Aparna-Singha/pastebucket.git
    
  2. Navigate to the project directory:
    cd pastebucket
    
  3. Open in Browser: Simply open the index.html file in your favorite web browser to start using PasteBucket.

Usage

  1. Create a Snippet:

    • Click on "New Snippet" and add your content.
    • Save the snippet to store it in local storage.
  2. Edit a Snippet:

    • Select an existing snippet and make changes.
    • Save to update it in local storage.
  3. Delete a Snippet:

    • Choose a snippet and click "Delete" to remove it permanently.

Limitations

  • 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.

Screenshots

image

Contributing

We welcome contributions to improve PasteBucket. Here's how you can contribute:

  1. Fork the repository.
  2. Create a new branch for your feature:
    git checkout -b feature-name
    
  3. Commit your changes:
    git commit -m "Add feature-name"
    
    
  4. Push the changes:
    git push origin feature-name
    
  5. Open a pull request with a detailed explanation of your changes.

License

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


PasteBucket - A lightweight snippet manager for your browser!

Releases

No releases published

Packages

 
 
 

Contributors