Add project writeups

This commit is contained in:
Andras Schmelczer 2026-05-25 13:11:58 +01:00
parent b20139cb60
commit e5a219499e
17 changed files with 743 additions and 0 deletions

View file

@ -0,0 +1,23 @@
---
title: My Notes, an Android Markdown App
description: A small Android notes app for creating, editing, and filtering markdown notes with hashtags.
date: 2026-05-02
projectPeriod: 'November 2019'
thumbnail:
src: ./_assets/my-notes.png
alt: Screenshots of the My Notes Android app.
tags: ['tools']
role: Android app author
stack: ['Android', 'Markdown', 'Markwon']
outcome: A functional markdown note organiser and a first exposure to Android development
audience: technical
links:
- label: Source
url: https://github.com/schmelczer/my-notes
---
My Notes was a small Android note organiser and editor built on top of Markwon.
It let me create Markdown notes and filter them by hashtag. It was also my first exposure to Android development.
The idea was not new, but the app worked, and the platform was different enough from the full-stack web work I had been doing that the project was worth finishing.