Skip to content

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.

Notifications You must be signed in to change notification settings

EdithOrt/your-clipboard

Repository files navigation

Your clipboard

GitHub deployments GitHub top language GitHub commit activity GitHub Repo stars Followers

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.

Table of Contents

Installation

git clone https://github.com/EdithOrt/your-clipboard.git
cd your-clipboard
npm install

Usage

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 in your browser

Dependencies

  • React
  • React-dom
  • Next
  • Next-images
  • Moment
  • Clsx
  • Typescript
  • Tailwindcss
  • Autoprefixer
  • Prettier
  • Eslint
  • Postcss

Folder Structure

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

Contributing

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!

Contributors

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published