It is a website to temporarily save text that you have previously copied to your clipboard. This way you will not lose the information that you consider important.
git clone https://github.com/EdithOrt/your-clipboard.git
cd your-clipboard
npm install
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 in your browser
- React
- React-dom
- Next
- Next-images
- Moment
- Clsx
- Typescript
- Tailwindcss
- Autoprefixer
- Prettier
- Eslint
- Postcss
your-clipboard/
│
├── public/
│ └── y-clipboard-logo.svg
│
│
├── app/
│ ├── lib/
│ │ ├── updateClipboard.tsx
│ │ └── utils.tsx
│ ├── ui/
│ │ ├── alert.tsx
│ │ ├── alerts-container.tsx
│ │ ├── button.tsx
│ │ ├── card.tsx
│ │ ├── cards-container.tsx
│ │ ├── custom.css
│ │ ├── empty-state.tsx
│ │ ├── fonts.ts
│ │ ├── footer-container.tsx
│ │ ├── modal-container.tsx
│ │ ├── modal.tsx
│ │ ├── navbar.tsx
│ │ └── tooltip.xml
│ ├── favicon.ico
│ ├── globals.css
│ ├── layout.tsx
│ ├── opengraph-image.png
│ ├── page.tsx
│ ├── providers.tsx
│ ├── robots.txt
│ └── sitemap.xml
│
├── contexts/
│ └── clipboardData.tsx
│
├── .eslintrc.json
├── .gitignore
├── aditional.d.ts
├── next.config.mjs
├── package-lock.json
├── package.json
├── postcss.config.js
├── prettier.config.js
├── README.md
├── tailwind.config.ts
└── tsconfig.json
Your clipboard is an open-source project and we welcome contributions from the community.
If you'd like to contribute, please fork the repository and make changes as you'd like. And pull request your changes!