All Projects → jakepeyser → hoodie-notes

jakepeyser / hoodie-notes

Licence: other
A Markdown notebook built with React and Hoodie

Programming Languages

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

Projects that are alternatives of or similar to hoodie-notes

Hoodie
🐶 The Offline First JavaScript Backend
Stars: ✭ 4,240 (+24841.18%)
Mutual labels:  offline-first, hoodie
octo
Build your knowledge base
Stars: ✭ 252 (+1382.35%)
Mutual labels:  offline-first, markdown-editor
shopping-list
a PWA to note shopping list and see shopping history
Stars: ✭ 24 (+41.18%)
Mutual labels:  offline-first, hoodie
Monod
📓 Our cool, secure, and offline-first Markdown editor.
Stars: ✭ 880 (+5076.47%)
Mutual labels:  offline-first, markdown-editor
Rxdb
🔄 A client side, offline-first, reactive database for JavaScript Applications
Stars: ✭ 16,670 (+97958.82%)
Mutual labels:  offline-first
Gun
An open source cybersecurity protocol for syncing decentralized graph data.
Stars: ✭ 15,172 (+89147.06%)
Mutual labels:  offline-first
Apollo Offline
An offline toolkit for the Apollo client
Stars: ✭ 186 (+994.12%)
Mutual labels:  offline-first
Remotestorage.js
⬡ JavaScript client library for integrating remoteStorage in apps
Stars: ✭ 2,155 (+12576.47%)
Mutual labels:  offline-first
nadya
subscription management done right
Stars: ✭ 14 (-17.65%)
Mutual labels:  offline-first
ember-simplemde
A wrapper around the SimpleMDE editor for use in Ember CLI projects.
Stars: ✭ 14 (-17.65%)
Mutual labels:  markdown-editor
Jfa Pwa Toolkit
⚡️ PWA Features to Any Website (very Fast & Easy)
Stars: ✭ 245 (+1341.18%)
Mutual labels:  offline-first
Offlinenotepad
An offline-first, secure, private notepad. 📔 ✏️
Stars: ✭ 190 (+1017.65%)
Mutual labels:  offline-first
rentry
Markdown pastebin from command line
Stars: ✭ 252 (+1382.35%)
Mutual labels:  markdown-editor
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 (+976.47%)
Mutual labels:  offline-first
Teller-iOS
iOS library that manages your app's cached data with ease.
Stars: ✭ 12 (-29.41%)
Mutual labels:  offline-first
Wq
📱🌐📋 wq: a modular framework supporting web / native geographic data collection apps for mobile surveys and citizen science. Powered by Django REST Framework, Redux, React, and Material UI.
Stars: ✭ 182 (+970.59%)
Mutual labels:  offline-first
Upcount
Invoicing for freelancers & small businesses
Stars: ✭ 230 (+1252.94%)
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 (+376.47%)
Mutual labels:  offline-first
Ember Service Worker
A pluggable approach to Service Workers for Ember.js
Stars: ✭ 227 (+1235.29%)
Mutual labels:  offline-first
Redwood
A highly-configurable, distributed, realtime database that manages a state tree shared among many peers.
Stars: ✭ 218 (+1182.35%)
Mutual labels:  offline-first

hoodie-notes

Build Status

A simple Markdown notebook application built using React.js for the view layer and Hoodie as the backend as a service (BaaS). The app was created as a demonstration of several patterns for using a BaaS tool like Hoodie.

Running the app

Prerequisites

Install and Build

git clone [email protected]:jakepeyser/hoodie-notes.git
cd hoodie-notes
yarn
yarn build

This will copy the project to your local machine and install all runtime and build dependencies.

After the dependencies are installed, transpile and bundle the front end code into the /public folder with webpack.

Running the app

$ yarn start
> [email protected] start /hoodie-notes
> hoodie

🐶  Your Hoodie app has started on: http://localhost:8080
Stop server with control + c

This command will start the hoodie server. Go to localhost:8080 in your browser to start playing around with the app!

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