Skip to content

A minimal pastebin-style app to create, edit, delete, and copy text/code snippets using localStorage. Built with React, Redux Toolkit, and Tailwind CSS.

Notifications You must be signed in to change notification settings

rajeevkumar-nita/PasteAPP

Repository files navigation

📝 PasteAPP

A modern, minimal, and responsive paste tool to save, edit, share, and manage text snippets — like a personal Notepad or Pastebin. Built using React, Vite, and Tailwind CSS, and deployed on Vercel.


📸 Screenshots

Create Paste

image

View All Pastes

image


✨ Features

  • 🔐 Create and manage custom pastes
  • 📋 Copy content with one click
  • ✏️ Edit and delete pastes
  • 🔎 Search among all saved pastes
  • 📱 Fully responsive on all screen sizes
  • 🌙 Dark mode styled UI

🛠️ Tech Stack

  • Framework: React.js (Vite)
  • State Management: Redux Toolkit
  • Routing: React Router
  • Styling: Tailwind CSS
  • Persistence: Local Storage (no backend)
  • Languages: HTML, CSS, JavaScript

🚀 Installation & Running Locally

Follow these steps to run the project on your local machine:

1. 📦 Clone the Repository

git clone https://github.com/rkrustom/PasteAPP.git
cd PasteAPP

2. 📂 Install Dependencies

npm install

3. ▶️ Start the Development Server

npm run dev

✅ Prerequisites


📁 Folder Structure

paste-app/
├── public
├── src
│   ├── assets
│   ├── components
│   ├── data
│   ├── redux
│   └── utils

👤 Author


📄 License

This project is open-source and available under the MIT License.


🙏 Acknowledgments

About

A minimal pastebin-style app to create, edit, delete, and copy text/code snippets using localStorage. Built with React, Redux Toolkit, and Tailwind CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published