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