All Projects → matthieu-beteille → Gipher

matthieu-beteille / Gipher

tinder like app for gifs built with elm and firebase

Programming Languages

elm
856 projects

Projects that are alternatives of or similar to Gipher

Pi Timelapse
Time-lapse app for Raspberry Pi computers.
Stars: ✭ 220 (-3.93%)
Mutual labels:  gif
Vuex Easy Firestore
Easy coupling of firestore and a vuex module. 2-way sync with 0 boilerplate!
Stars: ✭ 224 (-2.18%)
Mutual labels:  firebase
Firebasertc
Codelab for building a WebRTC Video chat application using Firebase Cloudstore.
Stars: ✭ 227 (-0.87%)
Mutual labels:  firebase
Nobullshit
A sample project entirely written in Kotlin. Backend/Frontend with Ktor and Android app.
Stars: ✭ 221 (-3.49%)
Mutual labels:  firebase
Gifine
Quickly record and edit gifs and videos of your desktop
Stars: ✭ 225 (-1.75%)
Mutual labels:  gif
Actingweb firstapp
Starter app for Flutter that includes many different production app features; some not typically included in demo apps.
Stars: ✭ 224 (-2.18%)
Mutual labels:  firebase
Skui
Skia-based C++ UI framework
Stars: ✭ 218 (-4.8%)
Mutual labels:  signal
Salada
Firebase model framework Salada. Salada is the best Firebase framework.
Stars: ✭ 228 (-0.44%)
Mutual labels:  firebase
Canner
⚡️[NOT MAINTAINED] Content Management Framework creates custom CMS fast and easy. Support data sources such as Firebase/Firestore, GraphQL and Restful APIs.
Stars: ✭ 2,472 (+979.48%)
Mutual labels:  firebase
Marvel
Marvel Characters Android Application Assigned by smava GmbH
Stars: ✭ 227 (-0.87%)
Mutual labels:  firebase
Firebase Authentication Dotnet
C# library for Firebase Authentication
Stars: ✭ 222 (-3.06%)
Mutual labels:  firebase
Human Signals
Human-friendly process signals
Stars: ✭ 223 (-2.62%)
Mutual labels:  signal
Time tracker flutter course
Source code for every lesson in the "Flutter & Firebase: Build a Complete App for iOS & Android" course on Udemy
Stars: ✭ 222 (-3.06%)
Mutual labels:  firebase
React Redux Firebase
Redux bindings for Firebase. Includes React Hooks and Higher Order Components.
Stars: ✭ 2,492 (+988.21%)
Mutual labels:  firebase
Firebase Esp8266
ESP8266 Firebase RTDB Arduino Library
Stars: ✭ 228 (-0.44%)
Mutual labels:  firebase
Tailor made
✄ Managing a Fashion designer's daily routine.
Stars: ✭ 219 (-4.37%)
Mutual labels:  firebase
React Native Examples
A repo that contain React Native examples most related to tutorials I publish
Stars: ✭ 222 (-3.06%)
Mutual labels:  firebase
Angularmaterialfirebase
🔥 Full stack starter app with Angular 8, Material Design and Firebase (+ demo)
Stars: ✭ 229 (+0%)
Mutual labels:  firebase
React Firestore
React components to fetch data from firestore using render props
Stars: ✭ 228 (-0.44%)
Mutual labels:  firebase
Iosched Ios
The Google I/O iOS app
Stars: ✭ 227 (-0.87%)
Mutual labels:  firebase

Gipher

http://gipher.co

Product Hunt Page.

screenshot

A Tinder-like application allowing you to swipe among trending gifs (using giphy API).

For a while I've wanted to try out elm. I've always been attracted to FRP (Functional Reactive Programming), and programming with signals.

This attempt gave birth to Gipher.

Gipher has the main features we can find in any modern single page application:

  • facebook authentication
  • multiple sections
  • live data sync with firebase
  • animations

It's a good showcase of how an elm application is structured using signals, wired up with the start-app package.

This project is 99.9% elm, it contains only 30 lines of css, the rest of the styling is inline within elm (no javascript at all 😍).

Packages used (elm)

Apanatshka/elm-signal-extra provides more advanced features to manipulate signals
Dandandan/Easing is an amazing library to work with easings (useful for all kind of animations)
ThomasWeiser/elmfire enables you to interact with firebase in the most 'elmish' way
And of course a big thank you to evancz for all his work around elm:

evancz/elm-effects evancz/elm-html evancz/elm-http evancz/start-app

TODO

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