Check out my current website.

Projects

A small excerpt of the projects I am/have been working on.

🚧 I'm currently updating old Projects and making them publicly available. Many projects are closed-source. > I'm also working on getting the permissions to list them with some screenshots and specs.


Feel free to contact me for more information/code samples on closed-source projects.

  • goschs-gasthof.de

    closed-source
    react
    gatsby

    A modern, fast and mobile-optimized homepage for a local restaurant.

    Complete with an automatic instagram integration, maps and content served by a CMS. SEO Optimized and fully responsive, including automatic image compression and font-bundling.

    Check out the site, and of course the restaurant aswell!

  • joschuaschneider.de

    open-source
    react
    gatsby

    Netlify Status

    This is the source code of the website you are currently on! 😎

    This project is based on:


    ✨ Its deployed directly from this repo using Netlify ✨

    Read more on GitHub

  • use-error-boundary

    open-source
    npm
    react
    react-hooks

    npm version build status license

    Opensource react package on npm.
    React hook to use error boundaries in your functional component and keep track of the error state.

    Built with es7 syntax, babel for building, testing using jest and enzyme and published using travis-ci.

    import { useErrorBoundary } from 'use-error-boundary'
    
    const MyComponent = () => {
        const {
            ErrorBoundary,
            didCatch,
            error,
            errorInfo
        } = useErrorBoundary()
    
        return (
            <ErrorBoundary>
                <SomeChildThatMightThrow />
            </ErrorBoundary>
        )
    }
  • hexbot-battle

    noops-challenge
    fun
    react
    personal

    Netlify Status

    Small react app for the noops-challenge using the Hexbot random color API

    View live Demo

    Gets 10 random colors from the Hexbot API, splits them in two teams with 5 colors.
    Colors can then be compared step by step. The average of the RGB values is calculated, the higher value wins one Point.

    🎉 The "Team" with more total Points wins! 🎉

  • wildkraeuterwerk

    [closed source]
    closed-source
    fullstack
    node
    react
    mongodb
    shop

    Fullstack business application with node, express and mongodb on the backend.
    And react at the frontend.

    Combination of Static website and e-commerce application. With user authentication, administration, product management, shipping integration and checkout process.

    Closed source and under development. Links will be added once launched. To get information or code samples, please contact me!