A full-stack clipboard sharing application that allows users to store text with a unique code and retrieve it later using that code.
Built for quick, seamless text sharing across devices.
- 📝 Store text securely
- 🔑 Generate a unique retrieval code
- 🔍 Retrieve text using the code
- ⚡ Fast frontend with Vite + React
- 🛠️ REST API using Express + Node.js
- 🗄️ MongoDB for persistent storage
- 🌐 Production-ready setup
- Vite
- React
- TypeScript
- ESLint
- Node.js
- Express
- TypeScript
- MongoDB (Mongoose)
clipboard-project/
│
├── backend/
│ ├── config/
│ ├── controllers/
│ ├── models/
│ ├── route/
│ ├── server.ts
│ ├── tsconfig.json
│ ├── package.json
│ └── vercel.json
│
├── frontend/
│ ├── public/
│ ├── src/
│ ├── index.html
│ ├── vite.config.ts
│ ├── tsconfig.json
│ └── package.json
│
└── README.md