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.
- Clone the project
https://github.com/yujune/MyNote.git
- Go to your project path
cd your-project-location
- Use the development branch
git checkout development
- Open up
MyNote.xcworkspace
using Xcode and run the project.
- Push Notification to remind todo.
- Support English and Mandarin localization.