Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/malcodeman/bookmark-manager

Bookmark manager for power users.
https://github.com/malcodeman/bookmark-manager

bookmarks-manager

Last synced: 11 days ago
JSON representation

Bookmark manager for power users.

Awesome Lists containing this project

README

        

[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)
[![Cypress.io tests](https://img.shields.io/badge/cypress.io-tests-green.svg?style=flat-square)](https://cypress.io)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/malcodeman/bookmark-manager/blob/master/LICENSE)




managefox

Bookmark manager for power users.




Coded by malcodeman 👨‍🚀


## Getting started

```
git clone https://github.com/malcodeman/bookmark-manager
cd bookmark-manager
npm install
npm run dev
```

## Testing

```
"test": "jest --watch",
"test:ci": "jest --ci",
"cypress:open": "cypress open",
"cypress:ci": "cypress run --headless"
```

## License

[MIT](./LICENSE)