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
- Host: GitHub
- URL: https://github.com/smallbets/userbase-samples
- Owner: smallbets
- License: mit
- Created: 2020-01-16T06:20:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:56:27.000Z (over 3 years ago)
- Last Synced: 2025-02-27T03:49:52.468Z (over 1 year ago)
- Language: HTML
- Homepage: https://userbase-samples.now.sh
- Size: 1.04 MB
- Stars: 37
- Watchers: 5
- Forks: 16
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.