Skip to content

yujune/MyNote

Repository files navigation

MyNote

This is an ios note app developed using swift programming language with UIkit and MVVM-C architecture. The database used is Coredata which store the data locally in the device.

Supported localization:

  • English.
  • Mandarin.

The feature of this app included:

  • add note.
  • edit note.
  • favourite note.
  • delete note.
  • share note.
  • filter note.
  • search note.
  • add todo.
  • delete todo.

Showcase

Note

|

Todo

|

Usage

  1. Clone the project
https://github.com/yujune/MyNote.git
  1. Go to your project path
cd your-project-location
  1. Use the development branch
git checkout development
  1. Open up MyNote.xcworkspace using Xcode and run the project.

Roadmap

  • Push Notification to remind todo.
  • Support English and Mandarin localization.

Releases

No releases published

Packages

No packages published