The logo of the website.

Projects

Screenshot of the Classy Weather project.

Classy Weather

Link to the Live-WebsiteExplore Source Code on Github

This project is about showcasing the use of class-based react. Although it isn't the way to go anymore, it helps to understand legacy code and the evolution of React.

Features:

class-based componentsTypeScriptTailwindlocal storage
Screenshot of the React Quiz project.

React Quiz

Link to the Live-WebsiteExplore Source Code on Github

A leaning project with the focus on using the useReducer hook.

Features:

ReactTypeScript
Screenshot of the Worldwise project.

Worldwise

Link to the Live-WebsiteExplore Source Code on Github

In Worldwise, you can track the destinations you have visited and display it on a map. It autmatically gets the closest city by clicking on the map for further use in a form. The project was mainly about how to build a SPA with React Router.

Features:

React RouterCSS ModulesURL paramsReact LeafletTypeScript