A minimal notepad for mobile and web, as a tribute to Microsoft's assistant Clippy.
- Auto-saving: Notes are automatically saved to browser's local storage
- Rich Text Editor: Format text with bold, italic, underline, headings, and lists
- Responsive Design: Works on both desktop and mobile browsers
# Install dependencies
npm install
# Start development server
npm run devThe app is configured to deploy to GitHub Pages at https://shishir-dey.github.io/Clippy.
To deploy:
-
Make sure the configuration is correct:
- In
package.json:"homepage": "https://shishir-dey.github.io/Clippy" - In
vite.config.js:base: '/Clippy/'
- In
-
Run the deploy command:
npm run deploy
-
After deployment, your app will be available at https://shishir-dey.github.io/Clippy
- React
- TipTap rich text editor
- GitHub Pages for deployment
- Vite for building and bundling