Kip is a simple, local bookmarking tool that helps you save and organize your favorite links without relying on the cloud. Keep your bookmarks private and easily accessible, all in one place.
- 🔐 Local Authentication
- 📑 Create and manage bookmarks
- 🏷️ Tag-based organization
- 🎨 Clean and intuitive user interface
- 📱 Responsive design
- 🔍 View detailed bookmark information
- React 19
- React Router v7
- React Hook Form
- JSON Server (for local data storage)
- Vite
- CSS Modules
- LottieFiles for animations
- ESLint for code quality
- Clone the repository
- Install dependencies:
npm install
- Start the JSON server (for bookmark storage):
npm run server
- Start the development server:
npm run dev
- Username: admin
- Password: admin
npm run dev
- Start the development servernpm run build
- Build for productionnpm run preview
- Preview production buildnpm run server
- Start the JSON server for data storagenpm run lint
- Run ESLint
src/
├── components/ # Reusable UI components
├── contexts/ # React Context providers
├── pages/ # Page components
├── assets/ # Static assets
└── App.jsx # Main application component
Feel free to open issues and pull requests. For major changes, please open an issue first to discuss what you would like to change.