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

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

Awesome Lists containing this project

README

          

## Simple Contacts

> A browser based contact application with IndexedDB

[![Build Status](https://travis-ci.org/shibbir/simple-contacts.svg?branch=master)](https://travis-ci.org/shibbir/simple-contacts)
[![Dependencies Status](https://david-dm.org/shibbir/simple-contacts/status.svg)](https://david-dm.org/shibbir/simple-contacts)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fshibbir%2Fsimple-contacts.svg?type=shield)](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

[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fshibbir%2Fsimple-contacts.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fshibbir%2Fsimple-contacts?ref=badge_large)