Comicmark is a fun and stylish web application designed to help you manage your bookmarks efficiently. With a comic-inspired interface, you can easily add, organize, and track your links, making it a unique tool for anyone who loves to keep their online resources in order.
- Add Bookmarks: Quickly add new bookmarks with URLs, titles, associated tags, and optional deadlines.
- Manage Bookmarks: View, search, and filter your bookmarks by title, URL, or tags.
- Read Status: Mark bookmarks as read or unread, with a visual indicator.
- Deadline Tracking: Keep track of upcoming deadlines for your bookmarks.
- Import/Export: Easily import and export your bookmarks in JSON format.
To get started with Comicmark, follow these steps:
-
Clone the Repository:
git clone https://github.com/abishekvenkat/comicmark.git cd comicmark
-
Install Dependencies:
npm install
-
Run the Development Server:
npm run dev
-
Open Your Browser: Navigate to
http://localhost:5174
to see the application in action.
- Adding a Bookmark: Click on the "+ NEW! ZAP!" button to open the bookmark form. Fill in the details and click "BOOM! ADD BOOKMARK!" to save.
- Deleting a Bookmark: Click the "Delete" button next to any bookmark to remove it from your list.
- Marking as Read: Use the checkbox next to each bookmark to mark it as read or unread.
Contributions are welcome! If you have suggestions for improvements or new features, feel free to open an issue or submit a pull request.
Enjoy managing your links in style with Comicmark!