# bookmark **Repository Path**: chenming142/bookmark ## Basic Information - **Project Name**: bookmark - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-07 - **Last Updated**: 2024-06-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### Note This repository currently is not maintained. # Bookmark > Bookmark is simple desktop application example for organizing and storing bookmarked links in one place made using [Vue.js](https://vuejs.org), [Atom Electron](https://electron.atom.io/) and [Firebase](https://firebase.google.com). [Cross browser extension](https://github.com/mrgodhani/bookmarkextension) made using Vue.js to make bookmark links easier directly from browser. ![img](screenshot.png) #### Build Setup ``` bash # Make sure in your firebase console under database you set rules for read and write to true # Set firebase database url in either src/renderer/db.js file # install dependencies npm install # serve with hot reload at localhost:9080 npm run dev # build electron application for production npm run build # lint all JS/Vue component files in `src/` npm run lint ``` ### Features - [ ] Offline - [x] Categories - [x] Marking as Favourite - [ ] Rich Text Media for each link bookmarked - [ ] Export/Import ### License [MIT License](https://github.com/mrgodhani/bookmark/blob/master/LICENSE) --- This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue).