Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.18 KB

README.md

File metadata and controls

45 lines (25 loc) · 1.18 KB

🤑rushbin-clipboard

how to save clipboard online/offline for free forever?

now you have it, rushbin!

it can stores the pasted text locally (localstorage of browser) which capable working without any internet access

or register an account and save the pasted text on cloud while enjoying the convienience of accessing content online anytime, anywhere.

the best part is, you can access the text list on any device!

try this tool and feedbacks are appreciated.

Packages used

project bootstrapped with React

Chakra UI as UI component library

jotai as state management for React

Lodash as JavaScript utility library

moment as datetime library

nanoid as unique id generator

backend service provider using supabase for Database, Authentication

deploy on Vercel

How to run

create a supabase project and obtain its API key

run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.