Magic Clipboard is a modern clipboard manager built with Next.js and Supabase, allowing you to store, organize, and manage copied text snippets with ease.
- Store Copied Text: Save text snippets from your clipboard for future use.
- Search & Organize: Quickly find and categorize your saved snippets.
- User Authentication: Secure user accounts with Supabase's authentication system.
- Responsive Design: Optimized for both desktop and mobile devices.
- Frontend: Next.js
- Backend: Supabase
- Styling: Tailwind CSS
- Deployment: Vercel
Follow these steps to set up Magic Clipboard on your local machine.
- Node.js and npm installed (Download here).
- A Supabase project (Sign up here).
-
Clone the repository:
git clone https://github.com/mohamedmehdib/magic-clipboard cd magic-clipboard