Skip to content

A simple notepad application build using SwifUI + CoreData for iOS

Notifications You must be signed in to change notification settings

jasonwenlee/NPad

Repository files navigation

Swift

NPad

This notepad iOS project is built using a MVVM design pattern and is inspired by Notion.

Features

  • Add new entries and saving them as entities in the database using Core Data.
  • Delete existing entries entities from the database.
  • Filter entries in list by search term.
  • Add attachments to entries.

To Do

  • Sorting entries.
  • Implement simple Sign In screen.
  • Implement simple network request to GCP to save entries in a remote database.

Bugs

  • Adding attachments to a new entry create duplicate entries.

About

A simple notepad application build using SwifUI + CoreData for iOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages