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

https://github.com/smallbets/userbase-samples

Sample web apps based on Userbase by the community
https://github.com/smallbets/userbase-samples

Last synced: 12 months ago
JSON representation

Sample web apps based on Userbase by the community

Awesome Lists containing this project

README

          

# Userbase Samples

### Overview

This project contains sample applications built with Userbase.

### Sample Projects

##### [Ugliest Todo](./ugliest-todo)

The "hello world" of Userbase, an unstyled but fully functional to-do app
written in a single HTML file.

##### [Ugliest Todo Webpack](./ugliest-todo-webpack)

The Ugliest Todo application bundled with webpack using ES Module import.

##### [Ugliest Todo Browserify](./ugliest-todo-browserify)

The Ugliest Todo application bundled with browserify using CommonJS style
require.

##### [Ugliest Todo TypeScript](./ugliest-todo-typescript)

The Ugliest Todo application written in TypeScript and bundlded with webpack.

##### [Ugliest Todo using Netlify Functions & Stripe](./ugliest-todo-stripe-netlify)

The Ugliest Todo application with Stripe payment and Netlify Functions webhook handler.

##### [Ugliest MP4 Video Player](./ugliest-mp4-player)

An unstyled but fully functional MP4 player and storage solution written
in a single HTML file.

##### [Ugliest Todo Cordova](./ugliest-todo-cordova)

The Ugliest iOS/Android Todo app.

##### [Ugliest Todo Electron](./ugliest-todo-electron)

The Ugliest desktop Todo app.

### Contributing

This project welcomes community contributions and suggestions. File an issue or
open a PR.