import React from 'react'; import {ArrowRight, Smartphone} from 'lucide-react'; import {FadeInWhenVisible} from '../utils/animations'; export const Projects = () => (

Projects

IN DEVELOPMENT

GameTracker App

An all-in-one app to track card- and board games, manage players and groups and get statistics about your played games.

{['Flutter', 'iOS', 'Android', 'Statistics'].map(tag => ( {tag} ))}
View Project Repository
Soon available on
iOS & Android
);