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.
- 🔐 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
- Framework: React.js (Vite)
- State Management: Redux Toolkit
- Routing: React Router
- Styling: Tailwind CSS
- Persistence: Local Storage (no backend)
- Languages: HTML, CSS, JavaScript
Follow these steps to run the project on your local machine:
git clone https://github.com/rkrustom/PasteAPP.git
cd PasteAPPnpm installnpm run dev- Node.js installed
paste-app/
├── public
├── src
│ ├── assets
│ ├── components
│ ├── data
│ ├── redux
│ └── utils
- Rajeev Kumar
- GitHub - @rkrustom
This project is open-source and available under the MIT License.
- React
- Redux Toolkit
- Tailwind CSS
- Vite
- Inspired by tools like Pastebin and minimal Notepad clones

