https://github.com/shibbir/simple-contacts
IndexedDB powered browser based contacts manager
https://github.com/shibbir/simple-contacts
bulma dexie indexeddb rollup vee-validate vue
Last synced: about 1 year ago
JSON representation
IndexedDB powered browser based contacts manager
- Host: GitHub
- URL: https://github.com/shibbir/simple-contacts
- Owner: shibbir
- License: mit
- Created: 2013-07-30T20:05:17.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:23:55.000Z (over 3 years ago)
- Last Synced: 2023-08-05T11:56:49.434Z (almost 3 years ago)
- Topics: bulma, dexie, indexeddb, rollup, vee-validate, vue
- Language: Vue
- Homepage: https://shibbir.github.io/simple-contacts/
- Size: 2.89 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Simple Contacts
> A browser based contact application with IndexedDB
[](https://travis-ci.org/shibbir/simple-contacts)
[](https://david-dm.org/shibbir/simple-contacts)
[](http://opensource.org/licenses/MIT)
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fshibbir%2Fsimple-contacts?ref=badge_shield)
## Built with
- [Vue](https://vuejs.org/)
- [Bulma](https://bulma.io/)
- [Dexie](https://dexie.org/)
- [VeeValidate](https://baianat.github.io/vee-validate/)
- [Rollup](https://rollupjs.org)
## Installation
You need to have [Node.js](https://nodejs.org/en/) and [Git](https://git-scm.com/) installed on your machine before running the followings:
```bash
$ cd /path/to/root
$ npm install
$ npm start
```
## Demo
[https://shibbir.github.io/simple-contacts/](https://shibbir.github.io/simple-contacts/)
## License
The MIT License Copyright © 2019 Shibbir Ahmed
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fshibbir%2Fsimple-contacts?ref=badge_large)