Clipper is a straightforward web-based utility that serves as an online clipboard, allowing you to save text and share a link for accessing the content at a later time.
Objective of making this tool is to learn vanilla JS DOM Manipulation, basics of express and mongoose.
Check it out - https://clipper.adhirajpandey.me/
- Clone the project to your local system using:
git clone https://github.com/adhirajpandey/Clipper
. - You can use Dockerfile to run in containerized environment, or
- Install the dependencies:
npm install
- Run the app:
npm run prod
- Rate Limiting
- Password Protect Clips
- Google Auth
- Custom Slug for Clip
- QR Code for Clip
- User Dashboard
- Auto Expire Clip
- Clip View UI