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-sourcereactgatsbyA 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-sourcereactgatsbyThis is the source code of the website you are currently on! 😎
This project is based on:
- Gatsby
- React including hooks
- react-spring for animations
- JSON and Markdown as a data source (using remark)
- Code snippet syntax highlighting with PrismJS
✨ Its deployed directly from this repo using Netlify ✨
use-error-boundary
open-sourcenpmreactreact-hooksOpensource
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 usingjest
andenzyme
and published usingtravis-ci
.import { useErrorBoundary } from 'use-error-boundary' const MyComponent = () => { const { ErrorBoundary, didCatch, error, errorInfo } = useErrorBoundary() return ( <ErrorBoundary> <SomeChildThatMightThrow /> </ErrorBoundary> ) }
hexbot-battle
noops-challengefunreactpersonalSmall 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-sourcefullstacknodereactmongodbshopFullstack business application with
node
,express
andmongodb
on the backend.
Andreact
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!