All Projects → nerdic-coder → block-photos

nerdic-coder / block-photos

Licence: MIT license
A photos app built with Ionic and Blockstack as backend.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
swift
15916 projects
ruby
36898 projects - #4 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to block-photos

ionic-custom-components
🌈 Ionic Tutorial: Mastering Web Components in Ionic Framework. This repo is an Ionic project showcasing Angular custom components and Stencil custom web components.
Stars: ✭ 30 (+25%)
Mutual labels:  ionic, stencil, ionic-framework, stenciljs
capacitor-site
Capacitor website
Stars: ✭ 0 (-100%)
Mutual labels:  ionic, stencil, stenciljs
Stencil
A toolchain for building scalable, enterprise-ready component systems on top of TypeScript and Web Component standards. Stencil components can be distributed natively to React, Angular, Vue, and traditional web developers from a single, framework-agnostic codebase.
Stars: ✭ 9,880 (+41066.67%)
Mutual labels:  ionic, stencil, stenciljs
Ionic Framework
A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
Stars: ✭ 45,802 (+190741.67%)
Mutual labels:  ionic, stencil, stenciljs
pdf-viewer
PDF viewer web component built in StencilJS. Reusable in Angular, Ionic, React, Vue.JS, etc.
Stars: ✭ 65 (+170.83%)
Mutual labels:  ionic, stencil, stenciljs
web-photo-filter
A Web Component to apply Instagram-like WebGL filters to photos
Stars: ✭ 105 (+337.5%)
Mutual labels:  photos, stencil, stenciljs
Ion Phaser
A web component to use Phaser Framework with Angular, React, Vue, etc 🎮
Stars: ✭ 152 (+533.33%)
Mutual labels:  ionic, ionic-framework
Ionic Forms And Validations
📝 Ionic Tutorial - Learn to use Forms and Validations in Ionic Angular apps. Get a FREE Ionic 5 Forms Starter App and learn to handle simple and custom validations. Includes complete ionic forms tutorial!
Stars: ✭ 155 (+545.83%)
Mutual labels:  ionic, ionic-framework
Ionic Super Bar
Transparent statusBar and awesome toolBar DEMO in ionic
Stars: ✭ 180 (+650%)
Mutual labels:  ionic, ionic-framework
Ionic4 Start Theme
📱 Ionic 4 start theme (v1.0.0) with: Angular 7 + @ionic/angular 4.0.0 final+ Ionic Native 5 + Ionic CLI 4.5.0 by:
Stars: ✭ 226 (+841.67%)
Mutual labels:  ionic, ionic-framework
Ionic4 Starter App Tutorial
Ionic 4 To Do List App. FREE Ionic 4 example app. Learn how to start using Ionic 4 to create a simple app with lists, forms and navigation.
Stars: ✭ 123 (+412.5%)
Mutual labels:  ionic, ionic-framework
Build A Complete Mobile App With Ionic Framework
Getting Started with Ionic Framework - Let's build a real App together! Learn the core concepts of Ionic while building a Q & A mobile app.
Stars: ✭ 188 (+683.33%)
Mutual labels:  ionic, ionic-framework
Ionic Theme Editor
A theme editor for Ionic Framework
Stars: ✭ 229 (+854.17%)
Mutual labels:  ionic, ionic-framework
Generator Jhipster Ionic
Ionic for JHipster 💥
Stars: ✭ 147 (+512.5%)
Mutual labels:  ionic, ionic-framework
Ionic3 Start Theme
Ionic 3 Start Theme with 10 Pages, mock data, providers samples, Storage, Http and more...
Stars: ✭ 129 (+437.5%)
Mutual labels:  ionic, ionic-framework
Instaclone
Instagram clone theme for Ionic mobile apps.
Stars: ✭ 173 (+620.83%)
Mutual labels:  ionic, ionic-framework
Ionic Typescript Starter
📱 Platform and IDE agnostic starter project for building mobile apps with Ionic and TypeScript.
Stars: ✭ 124 (+416.67%)
Mutual labels:  ionic, ionic-framework
Wooionic3
An eCommerce App for WooCommerce stores using Ionic 3.
Stars: ✭ 208 (+766.67%)
Mutual labels:  ionic, ionic-framework
Ionicons
Premium hand-crafted icons built by Ionic, for Ionic apps and web apps everywhere 🌎
Stars: ✭ 15,802 (+65741.67%)
Mutual labels:  ionic, stenciljs
Json2typescript
Convert JSON to TypeScript with secure type checking!
Stars: ✭ 230 (+858.33%)
Mutual labels:  ionic, ionic-framework

Block Photos - Your photo album on the blockchain!

github github github github snyk CodeFactor website-up-down-green-red twitter

Project links

Visit the website here: block-photos.com

Test the web app here: app.block-photos.com

Follow Block Photos on Twitter: @Block_Photos

Read my introduction article about this project: Building a decentralized Photos app on Blockstack with React

Donations

If you like this project please donate to preferred cryptocurrency below:

Coinbase commerce

Click here to donate with Coinbase commerce

Bitcoin

3JkxUQ763fbf1cYVAitqpWUMeY4QLaBU8M

Etherium

0x6e54183E7b22dA87fb48e0d79ADaDa4f665A4D5a

XRP

rGaGGSbeF8HmmrLnTg8gaT92Wa77qg3Y8k

IOTA

HTPB9JVTMCDHEDMCIPOJELELVLNWLGMHVGZJUCKOYNBZGN9EVCDKFEIUJKINPCBWZI9BKAVIHRVRNWPFC9CQXJYQSZ

NEO

ALNbr6NSuEkWE7ASNB9iB5VcpZmhz1FaAg

Developing the project

To test this project do the following...

Installation:

git clone https://github.com/nerdic-coder/block-photos.git block-photos
cd block-photos
npm install

Starting Test server:

npm run serve

Starting Electron app:

npm start

Build and package Electron app:

npm run package

Build and package for web app distribution:

npm run build:web

Build for Android app distribution:

npm run build:android

Build for iOS app distribution:

npm run build:ios

Test ESLint:

npm run lint

Run unit tests:

npm test

Run e2e tests:

  1. Start the apps dev server:
npm run serve
  1. Start selenium
npm run selenium
  1. Run the tests
npm run e2e

Uglify

Uglify javascript files with: https://www.npmjs.com/package/uglify-es

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].