Notes app – written Jetpack Compose

This is a simple app where you can add and edit notes and TODO tasks

Libraries and concepts used

Overview

Notes app allows you to store notes, and To-Do tasks, in a modern, simple user interface.

List of notes List of todo tasks

Functionalities

Notes

Empty list of notes

Create a new note by clicking the floating action button “plus”

Adding a new note

A note can have a title (not required) a note body, a color, and being selected as favorite or no. Do not forget to click “Check” else your note will be discard.

Material You support

Notes app is using Material 3 so it is fully compatible with Material You design.

Material You example 1 Material You example 2 Material You example 3

GitHub

View Github