All Projects → TimBroddin → cryptocoincount

TimBroddin / cryptocoincount

Licence: other
Keep track of your cryptocoin balances with CryptocoinCount

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to cryptocoincount

Gun
An open source cybersecurity protocol for syncing decentralized graph data.
Stars: ✭ 15,172 (+32180.85%)
Mutual labels:  offline-first
Rxdb
🔄 A client side, offline-first, reactive database for JavaScript Applications
Stars: ✭ 16,670 (+35368.09%)
Mutual labels:  offline-first
nadya
subscription management done right
Stars: ✭ 14 (-70.21%)
Mutual labels:  offline-first
Tagspaces
TagSpaces is an offline, open source, document manager with tagging support
Stars: ✭ 2,451 (+5114.89%)
Mutual labels:  offline-first
Jfa Pwa Toolkit
⚡️ PWA Features to Any Website (very Fast & Easy)
Stars: ✭ 245 (+421.28%)
Mutual labels:  offline-first
shopping-list-vuejs-pouchdb
Shopping List is an Offline First demo Progressive Web App built using Vue.js and PouchDB.
Stars: ✭ 81 (+72.34%)
Mutual labels:  offline-first
Apollo Offline
An offline toolkit for the Apollo client
Stars: ✭ 186 (+295.74%)
Mutual labels:  offline-first
ndb-core
Easy-to-use case management web app for NGOs anywhere in the world.
Stars: ✭ 32 (-31.91%)
Mutual labels:  offline-first
Offline First
🔌 Everything you need to know to create offline-first web apps.
Stars: ✭ 2,792 (+5840.43%)
Mutual labels:  offline-first
tool-db
A peer-to-peer decentralized database
Stars: ✭ 15 (-68.09%)
Mutual labels:  offline-first
Redwood
A highly-configurable, distributed, realtime database that manages a state tree shared among many peers.
Stars: ✭ 218 (+363.83%)
Mutual labels:  offline-first
Upcount
Invoicing for freelancers & small businesses
Stars: ✭ 230 (+389.36%)
Mutual labels:  offline-first
Teller-iOS
iOS library that manages your app's cached data with ease.
Stars: ✭ 12 (-74.47%)
Mutual labels:  offline-first
Offlinenotepad
An offline-first, secure, private notepad. 📔 ✏️
Stars: ✭ 190 (+304.26%)
Mutual labels:  offline-first
hoodie-notes
A Markdown notebook built with React and Hoodie
Stars: ✭ 17 (-63.83%)
Mutual labels:  offline-first
Sormas Project
SORMAS (Surveillance, Outbreak Response Management and Analysis System) is an early warning and management system to fight the spread of infectious diseases.
Stars: ✭ 183 (+289.36%)
Mutual labels:  offline-first
client-side-databases
An implementation of the exact same app in Firestore, AWS Datastore, PouchDB, RxDB and WatermelonDB
Stars: ✭ 787 (+1574.47%)
Mutual labels:  offline-first
joybox
A pinboard for audiovisual media.
Stars: ✭ 21 (-55.32%)
Mutual labels:  offline-first
blog
www.lyyourc.com/
Stars: ✭ 25 (-46.81%)
Mutual labels:  offline-first
react-cryptocoins
Сryptocurrencies icons as React components
Stars: ✭ 37 (-21.28%)
Mutual labels:  cryptocoins

CryptocoinCount

This is the source code for CryptocoinCount.com. A web application that allows you to track your cryptocoin assets.

Features

  • Live rates from Coinmarketcap.
  • Works offline
  • Everything is stored on your computer
  • Ability to sync between devices by scanning a QR-code

Technology

React, Redux, ServiceWorker, LocalForage

Running it

npm install yarn -g yarn yarn run build yarn start

Backend

In order to populate the backend, make sure MongoDB is installed and run:

yarn run worker

OR:

You can change api_base in /src/config.js to https://cryptocoincount.com/api/ and use the Cryptocoincount backend.

Development

You can run in development mode (code reload, etc) by running:

yarn run dev

Make sure to change api_base to a running API.

Donate

If you really like this project, you can donate some crypto to me:

  • Bitcoin: 1Kw9yQLgJuz76sdXtQnVeEV1dBwForzNbM
  • Ethereum: 0x4f46b7fDDc29A6BCAD07c73D98FBB101CaFAb58d
  • Litecoin: LUyVHHoALwr2hznHTrmLRMXLVyUR28y1TJ
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].