I’m a passionate learner:
Author of Miso RPG, a minimalist framework for solo pen & paper role-playing games.
Fluent in German and English. Currently re-learning French. J’adore la langue française.
Feedbacky
Node.js, Express.js and React.js app that allows you to send out emails to collect feedback
You can see the LIVE DEMO here.
The source code is available at Github.
Built with
This is a toy app that allows you to make fake payments with Stripe and send out simple email surveys with SendGrid.
The app was coded with the help of Stephen Grider’s Udemy course Node with React: FullStack Web Development.
Differences/enhancements over the course:
Navigate to https://feed-backy.herokuapp.com/ and log in with your Google Account.
You can add credits via Stripe with fake credentials. Click on the blue “ADD CREDITS” button and fill in the pop-up window. Insert a dummy email. The card number is:
4242 4242 4242 4242
Month/Year and CVS: add dummy numbers. Then “pay” \$5.
On the main page of the app, click on “Collect now” and create a fake survey.
The survey will be send via SendGrid and users can click on “yes” or “no”. You can see these in your dashboard.
Functional Movie Search
a frontend example app built with functional principles in mind - without a framework like React & Redux.
The LIVE DEMO is hosted on Github Pages. You can search for movie titles by typing into the search bar and submitting your search.
The app will query the Open Movie Database.
Click on an image to see more information (leads to the IMDB Website).
If no image is available, you’ll see a cute kitten.
The source code is available at Github.
Markdown Preview
with Reagent, Shadow-cljs and Clojurescript
Go to the LIVE DEMO.
Just type text in markdown format into the textfield. The preview updates automatically.
The source code is available at Github.
Built with
I wrote a blog post about this project where I explain the code.
Reason Form
a HTML form with ReasonReact and React hooks
This app displays forms to register or login and validates the input with a custom React hook.
You can see the LIVE DEMO here.
The source code is available at Github.
Built with
This repository follows my process of learning ReasonReact:
Breaking Bad Quotes
With Clojurescript + Reagent
A simple web app that displays random quotes from the TV-series “Breaking Bad”. You can ask for new quotes or tweet the current quote.
You can see the LIVE DEMO here.
The source code is available at Github.
Built with
I wrote about how to build this app on my blog in two posts:
Reason Music Player
a browser-based music player written in ReasonReact with the
useContext
hook
A music-player in the browser that allows you to play music tracks.
You can see the LIVE DEMO here.
The source code is available at Github.
Built with
I wrote about how to build this app:
I’m writing a coding blog on www.rockyourcode.com.