Skip to content

guptanshuman124/clipboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📋 Clipboard Share App

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.


🚀 Features

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

🧱 Tech Stack

Frontend

  • Vite
  • React
  • TypeScript
  • ESLint

Backend

  • Node.js
  • Express
  • TypeScript
  • MongoDB (Mongoose)

📂 Project Structure

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

About

clipboard that sync online

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors