A simple interactive sticky notes application built in React and TypeScript.
- Interactive Canvas: Create, drag, and resize freeform notes.
- Text Editor: Basic formatting (bold, lists, strikethrough) powered by Tiptap.
- Design: Clean interface with implemented dark and light modes.
- Local Persistence: Automatic autosave using
localStorage.
- React & Vite.
- Typescript.
- Framer-motion (Animations).
- Tiptap (editor).
- Tailwind.
- Lucide Icons.
Follow these steps to run the project locally:
-
Clone the repository:
git clone https://github.com/HarrysonLadines/clip-notes.git
-
Install dependencies:
npm install
-
Start the development server:
npm run dev

